Fix the Tags within swagger
This commit is contained in:
@@ -15,8 +15,8 @@ public sealed class PostReplyMessage(
|
||||
{
|
||||
public override void Configure()
|
||||
{
|
||||
Tags("Messages");
|
||||
Post("/api/messages/reply");
|
||||
Options(o => o.WithTags("Messages"));
|
||||
}
|
||||
|
||||
public override async Task HandleAsync(
|
||||
|
||||
Reference in New Issue
Block a user