Update Jellyfin.Api/Controllers/TestController.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/5990/head
BaronGreenback 3 years ago committed by GitHub
parent 5f70b4ead1
commit 5ad8b53f5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)
{

Loading…
Cancel
Save