This commit is contained in:
2021-09-21 15:15:04 +00:00
parent bfc5c9cb57
commit 0a76ffb58f
3 changed files with 30 additions and 26 deletions

View File

@@ -135,7 +135,7 @@ namespace AyaNova.Api.Controllers
/// <param name="id"></param>
/// <returns>Information to display in schedule when selected for more info</returns>
[HttpGet("sched-info/{id}")]
public async Task<IActionResult> GetScheduledUserScheduleInfoView([FromRoute] long id)
public async Task<IActionResult> GetScheduleInfoView([FromRoute] long id)
{
if (!serverState.IsOpen)
return StatusCode(503, new ApiErrorResponse(serverState.ApiErrorCode, null, serverState.Reason));