This commit is contained in:
@@ -63,14 +63,11 @@ 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));
|
||||
}
|
||||
|
||||
//TODO: See new count case for gist of it
|
||||
//todo: see the core-notification.txt spec doc for details and
|
||||
//todo: see seemingly countless Notification related cases for details :)
|
||||
|
||||
|
||||
//------------
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user