This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user