Comments service (#21)

This commit is contained in:
Janos Dobronszki
2020-10-30 13:49:03 +01:00
committed by GitHub
parent ab521639d4
commit 3642f7279d
8 changed files with 316 additions and 85 deletions

View File

@@ -13,7 +13,7 @@ func main() {
)
// Register Handler
srv.Handle(new(handler.Comments))
srv.Handle(handler.NewComments())
// Run service
if err := srv.Run(); err != nil {