新增了病例详情
This commit is contained in:
@@ -94,6 +94,9 @@ func privateRouter(r *gin.Engine, api controller.Api) {
|
||||
// 获取列表-分页
|
||||
projectGroup.GET("/page", api.Project.GetProjectPage)
|
||||
|
||||
// 获取列表-分页
|
||||
projectGroup.GET("/:project_id", api.Project.GetProject)
|
||||
|
||||
// 平台
|
||||
projectPlatformGroup := projectGroup.Group("/platform")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user