1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-26 03:31:34 +01:00

now endpoint

This commit is contained in:
Kyle Spearrin 2017-10-06 15:30:54 -04:00
parent 91e1c5878c
commit e93b72ae71

View File

@ -8,6 +8,7 @@ namespace Bit.Api.Controllers
public class MiscController : Controller
{
[HttpGet("~/alive")]
[HttpGet("~/now")]
public DateTime Get()
{
return DateTime.UtcNow;