feat :
continuous-integration/drone/push Build is passing Details

master
liuhaotian 2022-01-14 20:22:14 +08:00
parent 4499fd93e3
commit 9a4cf673f3
1 changed files with 0 additions and 4 deletions

View File

@ -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()
})
} }