|
@@ -5,7 +5,7 @@ import (
|
|
|
"github.com/gofrs/uuid/v5"
|
|
"github.com/gofrs/uuid/v5"
|
|
|
"net"
|
|
"net"
|
|
|
"wails-app/internal/global"
|
|
"wails-app/internal/global"
|
|
|
- systemReq "wails-app/internal/modules/system/model/request"
|
|
|
|
|
|
|
+ systemReq "wails-app/internal/model/system/request"
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
func ClearToken(c *gin.Context) {
|
|
func ClearToken(c *gin.Context) {
|