First merge from develop to main (WIP) #7

Merged
sugar merged 199 commits from develop into main 2026-01-27 17:47:07 +00:00
Showing only changes of commit ae93f49691 - Show all commits

View File

@@ -20,7 +20,6 @@ func JWTAuth(required bool) gin.HandlerFunc {
if required == true && uid == "" {
c.JSON(401, gin.H{"status": "unauthorized"})
c.Next()
return
}