Merge pull request #8 from IceWhaleTech/v0.2.1

update route.go
This commit is contained in:
link 2021-10-22 04:19:53 -05:00 committed by GitHub
commit 0d6e7ca339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,7 @@
package route package route
import ( import (
_ "github.com/IceWhaleTech/CasaOS/docs"
ginSwagger "github.com/swaggo/gin-swagger" ginSwagger "github.com/swaggo/gin-swagger"
swaggerFiles "github.com/swaggo/gin-swagger/swaggerFiles" swaggerFiles "github.com/swaggo/gin-swagger/swaggerFiles"
) )

View File

@ -3,7 +3,6 @@ package route
import ( import (
"net/http" "net/http"
_ "github.com/IceWhaleTech/CasaOS/docs"
"github.com/IceWhaleTech/CasaOS/middleware" "github.com/IceWhaleTech/CasaOS/middleware"
"github.com/IceWhaleTech/CasaOS/pkg/config" "github.com/IceWhaleTech/CasaOS/pkg/config"
jwt2 "github.com/IceWhaleTech/CasaOS/pkg/utils/jwt" jwt2 "github.com/IceWhaleTech/CasaOS/pkg/utils/jwt"