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

@@ -8,7 +8,7 @@ public class CreateProviderEndpoint(PyroFetesDbContext pyroFetesDbContext) : End
{
public override void Configure()
{
Post("/api/providers");
Post("/providers");
AllowAnonymous();
}