mirror of
https://github.com/bitwarden/server
synced 2026-01-02 08:33:48 +00:00
Standardize '/version' endpoint on all services (#1755)
This commit is contained in:
@@ -32,14 +32,6 @@ namespace Bit.Events.Controllers
|
||||
_cipherRepository = cipherRepository;
|
||||
}
|
||||
|
||||
[HttpGet("~/alive")]
|
||||
[HttpGet("~/now")]
|
||||
[AllowAnonymous]
|
||||
public DateTime GetAlive()
|
||||
{
|
||||
return DateTime.UtcNow;
|
||||
}
|
||||
|
||||
[HttpPost]
|
||||
public async Task<IActionResult> Post([FromBody]IEnumerable<EventModel> model)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user