Separate the endpoints by new groups
This commit is contained in:
@@ -31,7 +31,7 @@ public sealed class CreateCreatorHandler(
|
||||
public override void Configure()
|
||||
{
|
||||
Post("/api/creators");
|
||||
Options(o => o.WithTags("Contents"));
|
||||
Options(o => o.WithTags("Creators"));
|
||||
}
|
||||
|
||||
public override async Task HandleAsync(
|
||||
|
||||
Reference in New Issue
Block a user