fix(docs): Api Route doc

This commit is contained in:
lejianwen
2025-01-19 13:10:43 +08:00
parent 23c5a96fe1
commit f8548a6589

View File

@@ -34,7 +34,7 @@ type User struct {
// @Produce json
// @Success 200 {object} apiResp.UserPayload
// @Failure 500 {object} response.Response
// @Router /api [get]
// @Router /currentUser [get]
// @Security token
func (u *User) Info(c *gin.Context) {
user := service.AllService.UserService.CurUser(c)