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

@@ -29,7 +29,7 @@ public class GetCreatorByAliasHandler(
public override void Configure()
{
Get("/api/creators/@{Name}");
Options((o => o.WithTags("Contents")));
Options((o => o.WithTags("Creators")));
AllowAnonymous();
}