added swagger doc for get avatar

alpha
alex 2023-01-05 23:50:27 +01:00
parent 0cb59fa80d
commit 1228323841
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import (
)
func GetAvatar(c *fiber.Ctx) error {
// swagger:operation GET /avatars/:userId/:fileName user userGetAvatar
// swagger:operation GET /avatars/:userId/:fileName avatars userGetAvatar
// ---
// summary: Get avatar from a user
// consumes: