web 服务框架

This commit is contained in:
2025-03-18 10:13:57 +08:00
parent 27e0ed2994
commit 19530d9d40
52 changed files with 8295 additions and 37 deletions

View File

@@ -1,6 +1,8 @@
package web
import "github.com/gofiber/fiber/v2"
import (
"github.com/gofiber/fiber/v2"
)
func UseRoute(app *fiber.App) {