From cd2ab23de739dd62e29fef1a4185bfc0a3bd9223 Mon Sep 17 00:00:00 2001 From: AzenKain Date: Sun, 12 Apr 2026 00:39:20 +0700 Subject: [PATCH] UPDATE: Historian module --- internal/controllers/userController.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/controllers/userController.go b/internal/controllers/userController.go index 75e6a58..5eaeac2 100644 --- a/internal/controllers/userController.go +++ b/internal/controllers/userController.go @@ -113,8 +113,8 @@ func (h *UserController) GetMediaByUserID(c fiber.Ctx) error { } // GetApplicationUserID godoc -// @Summary Get user's media by user ID -// @Description Retrieve media list by specific user ID +// @Summary Get user's application by user ID +// @Description Retrieve application list by specific user ID // @Tags Users // @Accept json // @Produce json