fix: return id for random quote as well

This commit is contained in:
2025-07-16 12:20:47 +02:00
parent 9e00954c29
commit 4b7b731679

View File

@@ -194,6 +194,7 @@ public class QuotesController : ControllerBase
var dto = new QuoteShortDTO
{
Id = quote.Id,
Text = quote.Text,
Author = quote.Author,
ImageUrl = image?.Url,