mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 08:33:19 +01:00
Merge pull request #744 into Version4.0.0.2Bump
This commit is contained in:
@@ -304,6 +304,8 @@ namespace Tgstation.Server.Host.Core
|
||||
ChangeToken.OnChange(configuration.GetReloadToken, () => serverControl.Restart());
|
||||
|
||||
applicationBuilder.UseDeveloperExceptionPage(); //it is not worth it to limit this, you should only ever get it if you're an authorized user
|
||||
|
||||
applicationBuilder.UseCancelledRequestSuppression();
|
||||
|
||||
applicationBuilder.UseAsyncInitialization(async cancellationToken =>
|
||||
{
|
||||
@@ -315,8 +317,6 @@ namespace Tgstation.Server.Host.Core
|
||||
|
||||
applicationBuilder.UseDbConflictHandling();
|
||||
|
||||
applicationBuilder.UseCancelledRequestSuppression();
|
||||
|
||||
applicationBuilder.UseMvc();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user