feat:完善项目信息
This commit is contained in:
@ -137,6 +137,8 @@ func registerAPI(app *gin.Engine) {
|
||||
technologyV1.POST("/demand/detail", _api.DemandDetail)
|
||||
technologyV1.POST("/achievement", _api.Achievement)
|
||||
technologyV1.POST("/achievement/detail", _api.AchievementDetail)
|
||||
technologyV1.POST("/product", _api.Product)
|
||||
technologyV1.POST("/product/detail", _api.ProductDetail)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user