mirror of
https://github.com/g3rv4/FakeRelay.git
synced 2025-08-17 00:10:55 +02:00
Merge pull request #12 from bahuma20/patch-1
Add support for logging for debug purposes
This commit is contained in:
@ -39,6 +39,8 @@ if (!app.Environment.IsDevelopment())
|
||||
app.UseHsts();
|
||||
}
|
||||
|
||||
app.UseHttpLogging();
|
||||
|
||||
app.UseHttpsRedirection();
|
||||
|
||||
app.UseRouting();
|
||||
|
Reference in New Issue
Block a user