routes updated

This commit is contained in:
2025-12-04 16:53:00 +01:00
parent 0cc0eeb439
commit 2b4b2b50df
51 changed files with 51 additions and 51 deletions

View File

@@ -9,7 +9,7 @@ public class DeleteHistoryOfApprovalEndpoint(PyroFetesDbContext pyroFetesDbConte
{
public override void Configure()
{
Delete ("/api/historyofapprovals/{@Id}", x => new { x.Id });
Delete ("/historyofapprovals/{@Id}", x => new { x.Id });
AllowAnonymous();
}