Remove nospa

This commit is contained in:
Kieran 2023-05-09 15:40:26 +01:00
parent 983bdc4741
commit ddab98ca14
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
2 changed files with 0 additions and 5 deletions

View File

@ -110,9 +110,7 @@ static class Program
ep.MapControllers();
ep.MapMetrics();
ep.MapRazorPages();
#if HostSPA
ep.MapFallbackToFile("index.html");
#endif
});
await app.RunAsync();

View File

@ -60,9 +60,6 @@
<Content Include="..\Dockerfile">
<Link>Dockerfile</Link>
</Content>
<Content Include="..\nospa.dockerfile">
<Link>nospa.dockerfile</Link>
</Content>
<Content Include="..\README.md">
<Link>README.md</Link>
</Content>