forked from sanchezvem/PyroFetes
added AllowAnonymous();
This commit is contained in:
@@ -9,6 +9,7 @@ public class CreateSettingEndpoint(PyroFetesDbContext database) : Endpoint<Creat
|
||||
public override void Configure()
|
||||
{
|
||||
Post("/api/setting");
|
||||
AllowAnonymous();
|
||||
}
|
||||
|
||||
public override async Task HandleAsync(CreateSettingDto req, CancellationToken ct)
|
||||
|
||||
Reference in New Issue
Block a user