Skip to content

Commit

Permalink
Merge branch 'develop' into feature/TSA-475
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrwins committed Aug 8, 2023
2 parents ec58d50 + a1f6058 commit 52ce01b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions CSETWebApi/CSETWeb_Api/CSETWeb_ApiCore/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -238,14 +238,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
FileProvider = new PhysicalFileProvider(
Path.Combine(env.ContentRootPath, "Diagram")),
RequestPath = "/Diagram"
});
// TODO TEMP: This is for develpment only, not production
app.UseStaticFiles(new StaticFileOptions
{
FileProvider = new PhysicalFileProvider(
Path.Combine(env.ContentRootPath, "Diagram-orig")),
RequestPath = "/Diagram-orig"
});
});
app.UseStaticFiles(new StaticFileOptions
{
FileProvider = new PhysicalFileProvider(
Expand Down

0 comments on commit 52ce01b

Please sign in to comment.