feat: 成长记录
This commit is contained in:
@@ -24,6 +24,9 @@ func (c *MyPlantRouter) InitPlantRouter(Router *gin.RouterGroup) {
|
||||
myPlantRouter.GET("todayTask", myPlantApi.TodayTask) // 获取今日任务
|
||||
myPlantRouter.POST("completeTask", myPlantApi.CompleteTask) // 完成任务
|
||||
|
||||
//成长记录
|
||||
myPlantRouter.POST("/growth/add", myPlantApi.AddGrowthRecord)
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user