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

Resolves endpoint conflict for swagger.

pull/3798/head
Victor Usoltsev 5 years ago
parent 0c97737aab
commit 70520c7565

@ -110,9 +110,8 @@ namespace Ombi.Controllers.V1.External
/// <summary>
/// Gets the Radarr tags
/// </summary>
/// <param name="settings">The settings.</param>
/// <returns></returns>
[HttpPost("tags")]
[HttpGet("tags")]
[PowerUser]
public async Task<IEnumerable<Tag>> GetTags()
{

@ -117,9 +117,8 @@ namespace Ombi.Controllers.V1.External
/// <summary>
/// Gets the Sonarr tags
/// </summary>
/// <param name="settings">The settings.</param>
/// <returns></returns>
[HttpPost("tags")]
[HttpGet("tags")]
[PowerUser]
public async Task<IEnumerable<Tag>> GetTags()
{

Loading…
Cancel
Save