|
|
@ -5,6 +5,7 @@ |
|
|
// All rights reserved. Licensed under the MIT license.
|
|
|
// All rights reserved. Licensed under the MIT license.
|
|
|
// ==========================================================================
|
|
|
// ==========================================================================
|
|
|
|
|
|
|
|
|
|
|
|
using Ben.Diagnostics; |
|
|
using Microsoft.AspNetCore.Builder; |
|
|
using Microsoft.AspNetCore.Builder; |
|
|
using Microsoft.Extensions.Configuration; |
|
|
using Microsoft.Extensions.Configuration; |
|
|
using Microsoft.Extensions.DependencyInjection; |
|
|
using Microsoft.Extensions.DependencyInjection; |
|
|
@ -41,6 +42,8 @@ namespace Squidex |
|
|
{ |
|
|
{ |
|
|
app.ApplicationServices.LogConfiguration(); |
|
|
app.ApplicationServices.LogConfiguration(); |
|
|
|
|
|
|
|
|
|
|
|
app.UseBlockingDetection(); |
|
|
|
|
|
|
|
|
app.UseMyHealthCheck(); |
|
|
app.UseMyHealthCheck(); |
|
|
app.UseMyRobotsTxt(); |
|
|
app.UseMyRobotsTxt(); |
|
|
app.UseMyTracking(); |
|
|
app.UseMyTracking(); |
|
|
|