Remove leading slash from route attributes

This commit is contained in:
crobibero
2020-08-04 08:27:54 -06:00
parent 8385c54591
commit 8f6c2e7679
12 changed files with 11 additions and 299 deletions

View File

@@ -23,7 +23,7 @@ namespace Jellyfin.Api.Controllers
/// <summary>
/// The system controller.
/// </summary>
[Route("/System")]
[Route("System")]
public class SystemController : BaseJellyfinApiController
{
private readonly IServerApplicationHost _appHost;