Change from Forbid to NotFound
This commit is contained in:
parent
e3f093b53a
commit
7b6794e7e9
|
|
@ -34,7 +34,7 @@ namespace AS1024.CommunityDocumentationPage.Controllers
|
|||
_logger.LogError($"Failed to obtain data\n{ex}");
|
||||
}
|
||||
|
||||
return Forbid();
|
||||
return NotFound();
|
||||
}
|
||||
|
||||
public IActionResult Privacy()
|
||||
|
|
|
|||
Loading…
Reference in New Issue