paginacja

This commit is contained in:
2025-07-16 10:16:13 +02:00
parent 934b69b11b
commit 6727cbbe1e
2 changed files with 22 additions and 6 deletions

View File

@@ -3,5 +3,5 @@ namespace QuotifyBE.DTOs;
public record class ErrorDTO
{
public string Status { get; set; }
public string Error_msg { get; set; }
public string error_msg { get; set; }
}