update route.go
This commit is contained in:
parent
812ffd56a8
commit
b1d5d9858b
2 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue