fix: added makefile, along with dynamic version, commit hash and buildtime

This commit is contained in:
2026-08-21 09:09:43 +02:00
parent a056906ab3
commit a8386b741b
5 changed files with 102 additions and 12 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ func (h *ListHandler) AddUserToList(w http.ResponseWriter, r *http.Request) {
// @Tags List
// @Accept json
// @Produce json
// @Param payload body request.RemoveUserFromList true "Remove user from list payload"
// @Param payload body request.RemoveUserFromListPayload true "Remove user from list payload"
// @Success 204 {object} nil
// @Error 400 {object} response.ErrorResponse "failed to decode request body"
// @Error 500 {object} response.ErrorResponse "failed to remove user from list"