Add second endpoint for Startup/User

This commit is contained in:
crobibero 2020-06-02 08:28:37 -06:00
parent 297ab2e423
commit cf9cbfff56
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ namespace Jellyfin.Api.Controllers
/// <response code="200">Initial user retrieved.</response>
/// <returns>The first user.</returns>
[HttpGet("User")]
[HttpGet("FirstUser")]
[ProducesResponseType(StatusCodes.Status200OK)]
public ActionResult<StartupUserDto> GetFirstUser()
{