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