Update api.go

This commit is contained in:
mycodedoesnotcompile2 2025-12-13 12:05:50 +00:00 committed by GitHub
parent 49c695a291
commit 94a0f174d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ import (
"context" "context"
"fmt" "fmt"
"net/http" "net/http"
"crypto/tls"
"sync" "sync"
"github.com/medium.rip/api/routes" "github.com/medium.rip/api/routes"
@ -13,7 +13,8 @@ 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" //"github.com/gofiber/fiber/v2/middleware/proxy"
//"crypto/tls"
"github.com/gofiber/template/html/v2" "github.com/gofiber/template/html/v2"
) )