This commit is contained in:
@@ -62,7 +62,9 @@ namespace AyaNova.Api.Controllers
|
|||||||
//STUB: https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3783
|
//STUB: https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3783
|
||||||
if (serverState.IsClosed)
|
if (serverState.IsClosed)
|
||||||
return StatusCode(503, new ApiErrorResponse(serverState.ApiErrorCode, null, serverState.Reason));
|
return StatusCode(503, new ApiErrorResponse(serverState.ApiErrorCode, null, serverState.Reason));
|
||||||
return Ok(ApiOkResponse.Response(69));
|
System.Random rnd = new System.Random();
|
||||||
|
int RandomNewCount = rnd.Next(20);
|
||||||
|
return Ok(ApiOkResponse.Response(RandomNewCount));
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO: See new count case for gist of it
|
//TODO: See new count case for gist of it
|
||||||
|
|||||||
Reference in New Issue
Block a user