Change from Forbid to NotFound

This commit is contained in:
Jeff Leung 2023-01-08 15:39:00 -08:00
parent e3f093b53a
commit 7b6794e7e9
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ namespace AS1024.CommunityDocumentationPage.Controllers
_logger.LogError($"Failed to obtain data\n{ex}");
}
return Forbid();
return NotFound();
}
public IActionResult Privacy()