Merge pull request #54 from mstg/deploy-test-1

Add comment (deploy test 1)
This commit is contained in:
resf-prow[bot] 2022-11-01 01:41:18 +00:00 committed by GitHub
commit 887bc668d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ type Server struct {
homepage string
}
// NewServer creates a new Apollo server.
func NewServer(db apollodb.Access) *Server {
return &Server{
log: logrus.New(),