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 CreateExperienceLevelEndpoint(PyroFetesDbContext pyroFetesDbContext
{
public override void Configure()
{
Post("/api/ExperienceLevels");
Post("/api/experiencelevels");
AllowAnonymous();
}