generated from pkg/go-template
feat :
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
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…
Reference in New Issue