Separate the endpoints by new groups

This commit is contained in:
2024-08-22 12:49:33 -04:00
parent a85a47727e
commit 61b3096db8
11 changed files with 11 additions and 11 deletions

View File

@@ -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(