🎨 新增路由||优化返回数据结构

This commit is contained in:
2022-06-02 16:22:36 +08:00
parent fb5f8ca2a5
commit 569e6618a8
3 changed files with 11 additions and 1 deletions

View File

@@ -4,4 +4,5 @@ import "github.com/gin-gonic/gin"
func InitRoute(g *gin.RouterGroup) {
problem(g.Group("/problem"))
user(g.Group("/user"))
}