feat: 徽章处理
This commit is contained in:
@@ -10,7 +10,8 @@ func (c *UserProfileRouter) InitUserProfileRouter(Router *gin.RouterGroup) {
|
||||
userProfileRouter.POST("update", userProfileApi.UpdateProfile)
|
||||
userProfileRouter.GET("detail", userProfileApi.ProfileDetail)
|
||||
|
||||
userProfileRouter.POST("star", userProfileApi.MyStars) //我的收藏
|
||||
userProfileRouter.POST("star", userProfileApi.MyStars) //我的收藏
|
||||
userProfileRouter.GET("badge", userProfileApi.MyBadges) //我的徽章
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user