Skip to content

Commit 1ae81dc

Browse files
committed
Allowing anonymous for workbench
1 parent 14a993a commit 1ae81dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Kernel/Server/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
{
200200
app.UseDefaultFiles();
201201
app.UseStaticFiles();
202-
app.MapFallbackToFile("index.html");
202+
app.MapFallbackToFile("index.html").AllowAnonymous();
203203
}
204204

205205
using var cancellationToken = new CancellationTokenSource();

0 commit comments

Comments
 (0)