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

@@ -15,7 +15,7 @@ namespace Jellyfin.Api.Controllers
/// <summary>
/// Authentication controller.
/// </summary>
[Route("/Auth")]
[Route("Auth")]
public class ApiKeyController : BaseJellyfinApiController
{
private readonly ISessionManager _sessionManager;