proto json tag modify

This commit is contained in:
Gordon
2022-01-14 09:51:43 +08:00
parent 02b09c58a1
commit 0db2c271a0
3 changed files with 416 additions and 416 deletions
+1
View File
@@ -19,6 +19,7 @@ import (
)
func main() {
gin.SetMode(gin.ReleaseMode)
r := gin.Default()
r.Use(utils.CorsHandler())
// user routing group, which handles user registration and login services