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

@@ -19,7 +19,7 @@ namespace Jellyfin.Api.Controllers
/// The artists controller.
/// </summary>
[Authorize(Policy = Policies.DefaultAuthorization)]
[Route("/Artists")]
[Route("Artists")]
public class ArtistsController : BaseJellyfinApiController
{
private readonly ILibraryManager _libraryManager;