From f0a92c6b6e8d39fdb1721bf86f5ed2d0696715fa Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 5 Jan 2023 23:51:06 +0100 Subject: [PATCH] added swagger doc for get avatar --- routers/routes/v1/user/useravatar.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/routes/v1/user/useravatar.go b/routers/routes/v1/user/useravatar.go index 6be860a..629f295 100644 --- a/routers/routes/v1/user/useravatar.go +++ b/routers/routes/v1/user/useravatar.go @@ -11,7 +11,7 @@ import ( ) func GetAvatar(c *fiber.Ctx) error { - // swagger:operation GET /avatars/:userId/:fileName avatars userGetAvatar + // swagger:operation GET /avatars/:userId/:fileName avatars avatarsGetAvatar // --- // summary: Get avatar from a user // consumes: