Fix ChangeColors for Creators
This commit is contained in:
@@ -47,7 +47,6 @@ public class ChangeColorsHandler(
|
|||||||
{
|
{
|
||||||
Post("/api/creators/{CreatorId}/colors");
|
Post("/api/creators/{CreatorId}/colors");
|
||||||
Options(o => o.WithTags("Contents"));
|
Options(o => o.WithTags("Contents"));
|
||||||
AllowFileUploads();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public override async Task HandleAsync(ChangeColorsRequest request, CancellationToken ct)
|
public override async Task HandleAsync(ChangeColorsRequest request, CancellationToken ct)
|
||||||
|
|||||||
Reference in New Issue
Block a user