fix swagger

This commit is contained in:
2026-01-18 19:07:41 +08:00
parent 20ed44aa74
commit 7d3915aae2
319 changed files with 7888 additions and 4559 deletions

View File

@@ -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