mirror of
https://github.com/bitwarden/server.git
synced 2025-04-08 14:38:15 -05:00
now endpoint
This commit is contained in:
parent
91e1c5878c
commit
e93b72ae71
@ -8,6 +8,7 @@ namespace Bit.Api.Controllers
|
|||||||
public class MiscController : Controller
|
public class MiscController : Controller
|
||||||
{
|
{
|
||||||
[HttpGet("~/alive")]
|
[HttpGet("~/alive")]
|
||||||
|
[HttpGet("~/now")]
|
||||||
public DateTime Get()
|
public DateTime Get()
|
||||||
{
|
{
|
||||||
return DateTime.UtcNow;
|
return DateTime.UtcNow;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user