diff options
Diffstat (limited to 'Jellyfin.Api/Controllers/TestController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/TestController.cs | 2 |
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) { |
