mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 13:40:13 +01:00
feat: basic organization endpoint
This commit is contained in:
@@ -51,6 +51,6 @@ app.UseRouting(); // Enables routing to match incoming request to endpoints
|
||||
|
||||
// Map Minimal API Endpoints
|
||||
app.MapEventsEndpoints();
|
||||
|
||||
app.MapOrganizationsEndpoints();
|
||||
|
||||
app.Run();
|
||||
|
||||
Reference in New Issue
Block a user