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

@@ -16,7 +16,7 @@ namespace Jellyfin.Api.Controllers
/// The collection controller.
/// </summary>
[Authorize(Policy = Policies.DefaultAuthorization)]
[Route("/Collections")]
[Route("Collections")]
public class CollectionController : BaseJellyfinApiController
{
private readonly ICollectionManager _collectionManager;