Merge pull request #12 from bahuma20/patch-1

Add support for logging for debug purposes
This commit is contained in:
Gervasio Marchand 2023-06-15 09:28:16 -03:00 committed by GitHub
commit 69c77ef1b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,8 @@ if (!app.Environment.IsDevelopment())
app.UseHsts();
}
app.UseHttpLogging();
app.UseHttpsRedirection();
app.UseRouting();