feat(web,api): added ability to add and then display list of institutions

This commit is contained in:
Stevan Freeborn
2026-02-22 06:53:13 -06:00
parent b4fbf16869
commit fd2cd68d73
11 changed files with 364 additions and 70 deletions
@@ -12,6 +12,7 @@ internal static class InstitutionsExtensions
institutionsGroup.MapConnectEndpoint();
institutionsGroup.MapGetAvailableEndpoint();
institutionsGroup.MapLinkEndpoint();
institutionsGroup.MapGetEndpoint();
return institutionsGroup;
}