mirror of
https://git.vectorsigma.ru/public/CasaOS.git
synced 2026-07-28 22:27:36 +00:00
update route.go
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
package route
|
||||
|
||||
import (
|
||||
_ "github.com/IceWhaleTech/CasaOS/docs"
|
||||
ginSwagger "github.com/swaggo/gin-swagger"
|
||||
swaggerFiles "github.com/swaggo/gin-swagger/swaggerFiles"
|
||||
)
|
||||
|
||||
@@ -3,7 +3,6 @@ package route
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
_ "github.com/IceWhaleTech/CasaOS/docs"
|
||||
"github.com/IceWhaleTech/CasaOS/middleware"
|
||||
"github.com/IceWhaleTech/CasaOS/pkg/config"
|
||||
jwt2 "github.com/IceWhaleTech/CasaOS/pkg/utils/jwt"
|
||||
|
||||
Reference in New Issue
Block a user