Fix the Tags within swagger
This commit is contained in:
@@ -14,9 +14,8 @@ public class PostMessage(
|
||||
{
|
||||
public override void Configure()
|
||||
{
|
||||
// TODO: Find how to specify the name we see in Swagger
|
||||
Tags("Messages");
|
||||
Post("/api/messages");
|
||||
Options(o => o.WithTags("Messages"));
|
||||
}
|
||||
|
||||
public override async Task HandleAsync(
|
||||
|
||||
Reference in New Issue
Block a user