mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
now endpoint
This commit is contained in:
@@ -8,6 +8,7 @@ namespace Bit.Api.Controllers
|
||||
public class MiscController : Controller
|
||||
{
|
||||
[HttpGet("~/alive")]
|
||||
[HttpGet("~/now")]
|
||||
public DateTime Get()
|
||||
{
|
||||
return DateTime.UtcNow;
|
||||
|
||||
Reference in New Issue
Block a user