Add comment (deploy test 1)

This commit is contained in:
Mustafa Gezen 2022-11-01 02:36:42 +01:00
parent 5638f57c50
commit 1a0e82a9d5
Signed by untrusted user who does not match committer: mustafa
GPG Key ID: DCDF010D946438C1
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(),