forked from extern/FakeRelay
Add support for logging for debug purposes
This commit is contained in:
parent
742d8eed11
commit
2d6ee3f51b
@ -39,6 +39,8 @@ if (!app.Environment.IsDevelopment())
|
||||
app.UseHsts();
|
||||
}
|
||||
|
||||
app.UseHttpLogging();
|
||||
|
||||
app.UseHttpsRedirection();
|
||||
|
||||
app.UseRouting();
|
||||
|
Loading…
Reference in New Issue
Block a user