Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/640c0f5d52436a9a3f09e354493d4ba605a8c845 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Remove CustomSchemaIds for swagger

pull/2414/head
Bogdan 2 years ago
parent 861e569422
commit 640c0f5d52

@ -160,11 +160,6 @@ namespace NzbDrone.Host
});
});
services.ConfigureSwaggerGen(options =>
{
options.CustomSchemaIds(x => x.FullName);
});
services
.AddSignalR()
.AddJsonProtocol(options =>

Loading…
Cancel
Save