feat add jwt secret ops status

This commit is contained in:
2026-04-24 08:32:16 +08:00
parent 3c95606195
commit 75d03e4713
8 changed files with 296 additions and 44 deletions

View File

@@ -203,6 +203,7 @@ func registerOpsRoutes(admin *gin.RouterGroup, h *handler.Handlers) {
// Usage logs partition management
ops.GET("/partition-status", h.Admin.Ops.GetUsageLogsPartitionStatus)
ops.GET("/jwt-secret-status", h.Admin.Ops.GetJWTSecretStatus)
}
}