This commit is contained in:
suyl
2021-07-07 18:23:47 +08:00
parent ecbded38dc
commit ee1f00ab29
2 changed files with 34 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ func Init(r *gin.Engine) {
//app
app := v2.Group("/app")
app.GET("/getApps", controllers.GetApps)
app.GET("/addApp", controllers.AddApp)
//v1是不需要token的
v1 := r.Group("v1")