forked from sanchezvem/PyroFetes
added AllowAnonymous();
This commit is contained in:
@@ -10,7 +10,8 @@ public class PatchSupplierDeleveryDelayEndpoint(PyroFetesDbContext database) : E
|
||||
{
|
||||
public override void Configure()
|
||||
{
|
||||
Get("/api/supplier/{@Id}/DeleveryDalay", x => new {x.Id});
|
||||
Patch("/api/supplier/{@Id}/DeleveryDalay", x => new {x.Id});
|
||||
AllowAnonymous();
|
||||
}
|
||||
|
||||
public override async Task HandleAsync(PatchSupplierDeliveryDelayDto req, CancellationToken ct)
|
||||
|
||||
Reference in New Issue
Block a user