We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5408bcc commit de67f2fCopy full SHA for de67f2f
src/WebUI/Program.cs
@@ -12,6 +12,7 @@
12
// Configure the HTTP request pipeline.
13
if (app.Environment.IsDevelopment())
14
{
15
+ app.UseDeveloperExceptionPage();
16
app.UseMigrationsEndPoint();
17
18
// Initialise and seed database
@@ -50,6 +51,6 @@
50
51
52
app.MapRazorPages();
53
-app.MapFallbackToFile("index.html"); ;
54
+app.MapFallbackToFile("index.html");
55
-app.Run();
56
+app.Run();
0 commit comments