New feature: Web api and a custom webpage to show a random cat.
This commit is contained in:
@@ -29,7 +29,7 @@ public class Account
|
||||
}
|
||||
|
||||
public class MediaAttachment
|
||||
{
|
||||
{
|
||||
[JsonPropertyName("id")] public required string MediaId { get; set; }
|
||||
[JsonPropertyName("type")] public required string Type { get; set; }
|
||||
[JsonPropertyName("url")] public required string Url { get; set; }
|
||||
|
Reference in New Issue
Block a user