added AllowAnonymous();
This commit is contained in:
@@ -10,7 +10,8 @@ public class PatchSettingElectronicSignatureEndpoint(PyroFetesDbContext database
|
||||
{
|
||||
public override void Configure()
|
||||
{
|
||||
Get("/api/setting/{@Id}/ElectronicSignature", x => new {x.Id});
|
||||
Patch("/api/setting/{@Id}/ElectronicSignature", x => new {x.Id});
|
||||
AllowAnonymous();
|
||||
}
|
||||
|
||||
public override async Task HandleAsync(PatchSettingElectronicSignatureDto req, CancellationToken ct)
|
||||
|
||||
Reference in New Issue
Block a user