Skip to content

Commit 673cfd8

Browse files
committed
Update AppHost.cs
1 parent 3b0b0dc commit 673cfd8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Test/AppHost.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ public override void Configure(Container container)
5050
{
5151
AdminAuthSecret = "secretz",
5252
UseHttpOnlyCookies = false,
53-
DebugMode = HostingEnvironment.IsDevelopment(),
53+
//DebugMode = HostingEnvironment.IsDevelopment(),
54+
DebugMode = true,
5455
UseSameSiteCookies = false,
5556
Return204NoContentForEmptyResponse = true,
5657
});

0 commit comments

Comments
 (0)