change route

This commit is contained in:
2025-12-04 15:29:23 +01:00
parent 0a001e15e3
commit df0756ff50
28 changed files with 64 additions and 38 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 ("/api/historyofapprovals/{@Id}", x => new { x.Id });
AllowAnonymous();
}