added readme

This commit is contained in:
Mephimeow
2026-06-13 18:38:20 +00:00
parent fe15c04168
commit 93cd169616
2 changed files with 155 additions and 2 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ func (h *Handler) ChangePassword(c *gin.Context) {
c.JSON(http.StatusOK, gin.H{"message": "password changed successfully"})
}
// @Summary Update profile
// @Summary Update epta profile
// @Description Update current user's username
// @Tags auth
// @Accept json