mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-15 21:43:03 +03:00
Remove leading slash from route attributes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user