Startprofil für Angular-App erstellt.

This commit is contained in:
Developer 02
2024-06-13 10:04:43 +02:00
parent 23bf7579f6
commit 9e33fc1d96
13 changed files with 197 additions and 217 deletions

View File

@@ -18,12 +18,11 @@ if (app.Environment.IsDevelopment())
app.UseHttpsRedirection();
app.UseDefaultFiles();
app.UseStaticFiles();
app.UseAuthorization();
app.MapControllers();
app.MapFallbackToFile("index.html");
app.Run();