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