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 2573200 commit 500dbb5Copy full SHA for 500dbb5
samples/WebApp/Program.cs
@@ -36,7 +36,7 @@
36
app.UseAuthentication();
37
app.UseAuthorization();
38
39
-var serverSubPath = bool.Parse(builder.Configuration["SerilogUi:AddServerSubPath"] ?? "false") == true ? "log" : "";
+var serverSubPath = bool.Parse(builder.Configuration["SerilogUi:AddServerSubPath"] ?? "false") == true ? "log" : "/";
40
app.UseSerilogUi(options => options
41
.WithHomeUrl("/#Test")
42
.WithServerSubPath(serverSubPath)
0 commit comments