mirror of
https://github.com/QuotifyTeam/QuotifyBE.git
synced 2025-12-16 19:20:06 +01:00
fix: return id for random quote as well
This commit is contained in:
@@ -194,6 +194,7 @@ public class QuotesController : ControllerBase
|
||||
|
||||
var dto = new QuoteShortDTO
|
||||
{
|
||||
Id = quote.Id,
|
||||
Text = quote.Text,
|
||||
Author = quote.Author,
|
||||
ImageUrl = image?.Url,
|
||||
|
||||
Reference in New Issue
Block a user