add app
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user