diff --git a/app/brahma/api/murder/main.go b/app/brahma/api/murder/main.go index 8ef9c66..9ca558c 100755 --- a/app/brahma/api/murder/main.go +++ b/app/brahma/api/murder/main.go @@ -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() - }) }