mirror of
https://github.com/QuotifyTeam/QuotifyBE.git
synced 2025-12-16 14:20:06 +01:00
feat: return creation/update time
This commit is contained in:
@@ -94,7 +94,7 @@ public class CategoryController : ControllerBase
|
||||
[HttpGet]
|
||||
[EnableCors]
|
||||
[ProducesResponseType(typeof(List<CategoryShortDTO>), 200)]
|
||||
public async Task<IActionResult> GetQuotePage()
|
||||
public async Task<IActionResult> GetEveryCategory()
|
||||
{
|
||||
// The following seems to be a bad idea, so I leave it as is. ~eee4
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user