fix: issues

This commit is contained in:
Rogee
2025-01-14 11:10:16 +08:00
parent 765918aabc
commit 307c99b9e5
2 changed files with 12 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ import (
"github.com/gofiber/fiber/v3"
)
var Func0 = Func
func Func(f fiber.Handler) fiber.Handler {
return f
}