mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-03 19:22:59 +00:00
Merge pull request #3227 from crobibero/api-first-user
Add second endpoint for Startup/User
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user