generated from pkg/go-template
@@ -110,10 +110,6 @@ func routerInit() {
|
||||
scriptsGroup.Delete("", func(ctx *fiber.Ctx) error {
|
||||
return handler.DeleteScriptsH(ctx)
|
||||
})
|
||||
helloGroup := app.Group(hello)
|
||||
helloGroup.Get("", func(ctx *fiber.Ctx) error {
|
||||
return handler.HelloWorld()
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user