2nd update provider type

This commit is contained in:
2025-12-04 16:43:16 +01:00
parent 6908112755
commit 0cc0eeb439

View File

@@ -9,7 +9,7 @@ public class GetProviderTypeEndpoint(PyroFetesDbContext pyroFetesDbContext) : En
{
public override void Configure()
{
Get ("/api/providertype/{@Id}", x => new { x.Id });
Get ("/api/providertypes/{@Id}", x => new { x.Id });
AllowAnonymous();
}