mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 17:42:49 -05:00
Standardize '/version' endpoint on all services (#1755)
This commit is contained in:
@ -18,14 +18,6 @@ namespace Bit.Sso.Controllers
|
||||
_interaction = interaction;
|
||||
}
|
||||
|
||||
[HttpGet("~/alive")]
|
||||
[HttpGet("~/now")]
|
||||
[AllowAnonymous]
|
||||
public DateTime GetAlive()
|
||||
{
|
||||
return DateTime.UtcNow;
|
||||
}
|
||||
|
||||
[Route("~/Error")]
|
||||
[Route("~/Home/Error")]
|
||||
[AllowAnonymous]
|
||||
|
Reference in New Issue
Block a user