Fix PostContent name
This commit is contained in:
@@ -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>
|
||||||
{
|
{
|
||||||
Reference in New Issue
Block a user