mirror of
https://github.com/g3rv4/FakeRelay.git
synced 2025-02-16 07:19:12 +01:00
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