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