aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/TestController.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2021-05-07 18:51:04 +0100
committerGitHub <noreply@github.com>2021-05-07 18:51:04 +0100
commit5ad8b53f5d1a540453d897cddf924aa6fee46570 (patch)
treeb1f4f9c5d3bbb7fdffc6de844a7e496bf482c3b0 /Jellyfin.Api/Controllers/TestController.cs
parent5f70b4ead16965acf4dbaf7bb486ecf072fb2a1b (diff)
Update Jellyfin.Api/Controllers/TestController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Jellyfin.Api/Controllers/TestController.cs')
-rw-r--r--Jellyfin.Api/Controllers/TestController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/TestController.cs b/Jellyfin.Api/Controllers/TestController.cs
index b76895696..a960bb24f 100644
--- a/Jellyfin.Api/Controllers/TestController.cs
+++ b/Jellyfin.Api/Controllers/TestController.cs
@@ -26,7 +26,7 @@ namespace Jellyfin.Api.Controllers
/// <param name="params">Parameters to echo back in the response.</param>
/// <returns>An <see cref="OkResult"/>.</returns>
/// <response code="200">Information retrieved.</response>
- [HttpGet("Decoding", Name = "TestUrlDecoding")]
+ [HttpGet("UrlDecode")]
[ProducesResponseType(StatusCodes.Status200OK)]
public ActionResult TestUrlDecoding([FromQuery]Dictionary<string, string>? @params = null)
{