sprints and audit work

This commit is contained in:
StellaOps Bot
2026-01-07 09:36:16 +02:00
parent 05833e0af2
commit ab364c6032
377 changed files with 64534 additions and 1627 deletions

View File

@@ -12,8 +12,7 @@ public static class IntegrationEndpoints
public static void MapIntegrationEndpoints(this WebApplication app)
{
var group = app.MapGroup("/api/v1/integrations")
.WithTags("Integrations")
.WithOpenApi();
.WithTags("Integrations");
// List integrations
group.MapGet("/", async (

View File

@@ -0,0 +1,12 @@
{
"profiles": {
"StellaOps.Integrations.WebService": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:52411;http://localhost:52416"
}
}
}