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