feat: return creation/update time

This commit is contained in:
2025-07-28 14:09:51 +02:00
parent 98dc591dce
commit 8a8aac77da
4 changed files with 43 additions and 5 deletions

View File

@@ -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
//