mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Allow Accept: */*
This commit is contained in:
@@ -174,6 +174,7 @@ namespace Tgstation.Server.Host.Core
|
||||
{
|
||||
options.EnableEndpointRouting = false;
|
||||
options.ReturnHttpNotAcceptable = true;
|
||||
options.RespectBrowserAcceptHeader = true;
|
||||
})
|
||||
.AddNewtonsoftJson(options =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user