This commit is contained in:
2020-08-25 21:53:18 +00:00
parent 69548bd6d0
commit 387ede6924

View File

@@ -79,6 +79,9 @@ namespace AyaNova.Api.Controllers
[AllowAnonymous]
public async Task<IActionResult> ProofOfConcept([FromRoute] string url)
{
//https://test.helloayanova.com/api/v8/report/poc
//http://localhost:7575/api/v8/report/poc
if (!serverState.IsOpen)
return StatusCode(503, new ApiErrorResponse(serverState.ApiErrorCode, null, serverState.Reason));