Update Jellyfin.Api/Controllers/TestController.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
BaronGreenback 2021-05-07 18:51:15 +01:00 committed by GitHub
parent 5ad8b53f5d
commit 4c8cfaa61c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,7 @@ namespace Jellyfin.Api.Controllers
/// <summary>
/// Controller for testing.
/// </summary>
[Route("Tests")]
public class TestController : BaseJellyfinApiController
public class TestsController : BaseJellyfinApiController
{
/// <summary>
/// Initializes a new instance of the <see cref="TestController"/> class.