mirror of
https://github.com/bitwarden/server.git
synced 2025-02-16 01:51:21 +01:00
remove test exception page
This commit is contained in:
parent
4cb6ff395b
commit
dce8332561
@ -26,13 +26,6 @@ namespace Bit.Sso.Controllers
|
|||||||
return DateTime.UtcNow;
|
return DateTime.UtcNow;
|
||||||
}
|
}
|
||||||
|
|
||||||
[HttpGet("~/exception")]
|
|
||||||
[AllowAnonymous]
|
|
||||||
public DateTime GetException()
|
|
||||||
{
|
|
||||||
throw new Exception("this is a test exception");
|
|
||||||
}
|
|
||||||
|
|
||||||
[Route("~/Error")]
|
[Route("~/Error")]
|
||||||
[Route("~/Home/Error")]
|
[Route("~/Home/Error")]
|
||||||
[AllowAnonymous]
|
[AllowAnonymous]
|
||||||
|
Loading…
Reference in New Issue
Block a user