调整部分硬编码信息

This commit is contained in:
2026-08-01 19:43:25 +08:00
parent 3214215032
commit 2e58dc719a
10 changed files with 65 additions and 59 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ func SetupRouter() *gin.Engine {
return r
}
// ========== 认证 Handler(与 frpc 相同) ==========
// ========== 认证 Handler(与 frps 相同) ==========
func checkUsersHandler(c *gin.Context) {
count, err := CountUsers()