mirror of
https://github.com/bitwarden/server.git
synced 2025-07-14 06:07:36 -05:00
Standardize '/version' endpoint on all services (#1755)
This commit is contained in:
@ -39,13 +39,6 @@ namespace Bit.Icons.Controllers
|
||||
_iconsSettings = iconsSettings;
|
||||
}
|
||||
|
||||
[HttpGet("~/alive")]
|
||||
[HttpGet("~/now")]
|
||||
public DateTime GetAlive()
|
||||
{
|
||||
return DateTime.UtcNow;
|
||||
}
|
||||
|
||||
[HttpGet("~/config")]
|
||||
public IActionResult GetConfig()
|
||||
{
|
||||
|
Reference in New Issue
Block a user