mirror of
https://github.com/g3rv4/FakeRelay.git
synced 2025-08-17 16:30: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.UseHsts();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
app.UseHttpLogging();
|
||||||
|
|
||||||
app.UseHttpsRedirection();
|
app.UseHttpsRedirection();
|
||||||
|
|
||||||
app.UseRouting();
|
app.UseRouting();
|
||||||
|
Reference in New Issue
Block a user