mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Add second endpoint for Startup/User
This commit is contained in:
parent
297ab2e423
commit
cf9cbfff56
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user