mirror of
https://github.com/bitwarden/server
synced 2026-01-16 07:23:15 +00: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