sprints and audit work
This commit is contained in:
@@ -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 (
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"profiles": {
|
||||
"StellaOps.Integrations.WebService": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"applicationUrl": "https://localhost:52411;http://localhost:52416"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user