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