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