diff --git a/api/api.go b/api/api.go index 3df3947..f15e59d 100644 --- a/api/api.go +++ b/api/api.go @@ -4,7 +4,7 @@ import ( "context" "fmt" "net/http" - "crypto/tls" + "sync" "github.com/medium.rip/api/routes" @@ -13,7 +13,8 @@ import ( "github.com/gofiber/fiber/v2" "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" )