fix: moved to encoding/json/v2

This commit is contained in:
2026-08-31 18:44:22 +02:00
parent 73df97548b
commit eaf676f8b4
4 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -102,5 +102,5 @@ func (h *UserHandler) ChangePassword(w http.ResponseWriter, r *http.Request) {
}
slog.InfoContext(ctx, "password changed successfully", slog.Any("user_id", authContext.UserID))
response.Status(ctx, w, http.StatusNoContent)
response.Status(w, http.StatusNoContent)
}