feat: update admin favicon

This commit is contained in:
yanghao05
2025-04-28 21:15:39 +08:00
parent fe1945df63
commit 9db957e716
2 changed files with 5 additions and 4 deletions

View File

@@ -133,6 +133,7 @@ func Serve(cmd *cobra.Command, args []string) error {
}
return ctx.SendFile(file)
})
svc.Http.Engine.Get("*", func(ctx fiber.Ctx) error {
f := ctx.Params("*")
if f == "/" || f == "" {