Fix PostContent name

This commit is contained in:
Jonathan Bourdon
2024-07-06 23:15:19 -04:00
parent f6a434c440
commit 715bad702b

View File

@@ -9,7 +9,7 @@ public record struct PostContentRequest(
string? Description, string? Description,
string? Uri); string? Uri);
public class PostMessage( public class PostContent(
ContentDbContext context) ContentDbContext context)
: Endpoint<PostContentRequest> : Endpoint<PostContentRequest>
{ {