mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05: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