aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2021-05-07 18:51:15 +0100
committerGitHub <noreply@github.com>2021-05-07 18:51:15 +0100
commit4c8cfaa61c513e51aab4440244a067ca39175dd5 (patch)
tree00ea220067767e78a4d96c249b6c46c3c6878dc9
parent5ad8b53f5d1a540453d897cddf924aa6fee46570 (diff)
Update Jellyfin.Api/Controllers/TestController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
-rw-r--r--Jellyfin.Api/Controllers/TestController.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Jellyfin.Api/Controllers/TestController.cs b/Jellyfin.Api/Controllers/TestController.cs
index a960bb24f..168504575 100644
--- a/Jellyfin.Api/Controllers/TestController.cs
+++ b/Jellyfin.Api/Controllers/TestController.cs
@@ -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.