This commit is contained in:
@@ -63,7 +63,7 @@ namespace AyaNova.Api.Controllers
|
||||
if (serverState.IsClosed)
|
||||
return StatusCode(503, new ApiErrorResponse(serverState.ApiErrorCode, null, serverState.Reason));
|
||||
System.Random rnd = new System.Random();
|
||||
|
||||
int RandomNewCount = rnd.Next(20);
|
||||
return Ok(ApiOkResponse.Response(RandomNewCount));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user