♻️ Replace logger

This commit is contained in:
2025-03-01 13:07:33 +08:00
parent 481404c4a2
commit fe2e682267
4 changed files with 43 additions and 42 deletions

View File

@ -11,7 +11,7 @@ import (
"github.com/gofiber/fiber/v2/middleware/proxy"
)
func MapAPIs(app *fiber.App) {
func MapControllers(app *fiber.App) {
app.Get("/check-ip", getClientIP)
// Some built-in public-accessible APIs