Hold on Subscriptions

This commit is contained in:
Jonathan Bourdon
2024-08-03 22:56:12 -04:00
parent 2b30e1a03c
commit 0340904847
7 changed files with 103 additions and 9 deletions

View File

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