generated from pkg/go-template
This commit is contained in:
parent
4499fd93e3
commit
9a4cf673f3
@ -110,10 +110,6 @@ func routerInit() {
|
|||||||
scriptsGroup.Delete("", func(ctx *fiber.Ctx) error {
|
scriptsGroup.Delete("", func(ctx *fiber.Ctx) error {
|
||||||
return handler.DeleteScriptsH(ctx)
|
return handler.DeleteScriptsH(ctx)
|
||||||
})
|
})
|
||||||
helloGroup := app.Group(hello)
|
|
||||||
helloGroup.Get("", func(ctx *fiber.Ctx) error {
|
|
||||||
return handler.HelloWorld()
|
|
||||||
})
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user