Update Jellyfin.Api/Controllers/TestController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
5ad8b53f5d
commit
4c8cfaa61c
|
@ -10,8 +10,7 @@ namespace Jellyfin.Api.Controllers
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Controller for testing.
|
/// Controller for testing.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Route("Tests")]
|
public class TestsController : BaseJellyfinApiController
|
||||||
public class TestController : BaseJellyfinApiController
|
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="TestController"/> class.
|
/// Initializes a new instance of the <see cref="TestController"/> class.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user