fix swagger
This commit is contained in:
@@ -19,7 +19,7 @@ const (
|
||||
CtxUsername gctx.StrKey = "username"
|
||||
// JwtSecretKey is the secret key for JWT signing and validation
|
||||
// Note: In production, this should be replaced with a secure key
|
||||
JwtSecretKey = "leke"
|
||||
JwtSecretKey = "TrangleAgent"
|
||||
)
|
||||
|
||||
// JWTAuth is a middleware that validates JWT tokens in the request header
|
||||
|
||||
Reference in New Issue
Block a user