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 GetExperienceLevelEndpoint(PyroFetesDbContext pyroFetesDbContext) :
{
public override void Configure()
{
Get ("/api/experienceLevels/{@Id}", x => new { x.Id });
Get ("/api/experiencelevels/{@Id}", x => new { x.Id });
AllowAnonymous();
}