feat: skills endpoint, stylistic changes

This commit is contained in:
2025-06-01 02:15:20 +02:00
parent 4be57c27d9
commit 72fbfe982f
4 changed files with 39 additions and 7 deletions

View File

@@ -53,5 +53,6 @@ app.UseRouting(); // Enables routing to match incoming request to endpoints
app.MapEventsEndpoints();
app.MapOrganizationsEndpoints();
app.MapAuthEndpoints();
app.MapSkillsEndpoints();
app.Run();