This commit is contained in:
2025-08-22 23:42:08 +08:00
parent df68d3b018
commit 222567e2a4

View File

@@ -84,5 +84,7 @@ func main() {
c.JSON(http.StatusOK, gin.H{"data": true}) c.JSON(http.StatusOK, gin.H{"data": true})
}) })
gin.SetMode(gin.ReleaseMode)
r.Run() r.Run()
} }