Update api.go

This commit is contained in:
mycodedoesnotcompile2 2025-12-13 12:44:03 +00:00 committed by GitHub
parent b387a6d8f8
commit e549b25e3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,8 +13,6 @@ import (
"github.com/gofiber/fiber/v2" "github.com/gofiber/fiber/v2"
"github.com/gofiber/fiber/v2/middleware/filesystem" "github.com/gofiber/fiber/v2/middleware/filesystem"
//"github.com/gofiber/fiber/v2/middleware/proxy"
//"crypto/tls"
"github.com/gofiber/template/html/v2" "github.com/gofiber/template/html/v2"
) )