mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update Jellyfin.Api/Controllers/TestController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
5f70b4ead1
commit
5ad8b53f5d
@ -26,7 +26,7 @@ namespace Jellyfin.Api.Controllers
|
|||||||
/// <param name="params">Parameters to echo back in the response.</param>
|
/// <param name="params">Parameters to echo back in the response.</param>
|
||||||
/// <returns>An <see cref="OkResult"/>.</returns>
|
/// <returns>An <see cref="OkResult"/>.</returns>
|
||||||
/// <response code="200">Information retrieved.</response>
|
/// <response code="200">Information retrieved.</response>
|
||||||
[HttpGet("Decoding", Name = "TestUrlDecoding")]
|
[HttpGet("UrlDecode")]
|
||||||
[ProducesResponseType(StatusCodes.Status200OK)]
|
[ProducesResponseType(StatusCodes.Status200OK)]
|
||||||
public ActionResult TestUrlDecoding([FromQuery]Dictionary<string, string>? @params = null)
|
public ActionResult TestUrlDecoding([FromQuery]Dictionary<string, string>? @params = null)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user