mirror of
https://github.com/QuotifyTeam/QuotifyBE.git
synced 2025-12-16 20:10:07 +01:00
chore: add API documentation to swagger
This commit is contained in:
7
DTOs/ErrorDTO.cs
Normal file
7
DTOs/ErrorDTO.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace QuotifyBE.DTOs;
|
||||
|
||||
public record class ErrorDTO
|
||||
{
|
||||
public string Status { get; set; }
|
||||
public string Error_msg { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user