mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
remove test exception page
This commit is contained in:
@@ -26,13 +26,6 @@ namespace Bit.Sso.Controllers
|
||||
return DateTime.UtcNow;
|
||||
}
|
||||
|
||||
[HttpGet("~/exception")]
|
||||
[AllowAnonymous]
|
||||
public DateTime GetException()
|
||||
{
|
||||
throw new Exception("this is a test exception");
|
||||
}
|
||||
|
||||
[Route("~/Error")]
|
||||
[Route("~/Home/Error")]
|
||||
[AllowAnonymous]
|
||||
|
||||
Reference in New Issue
Block a user