diff --git a/src/Notifications/Controllers/SendController.cs b/src/Notifications/Controllers/SendController.cs index 2b6149fd74..d9a32d3feb 100644 --- a/src/Notifications/Controllers/SendController.cs +++ b/src/Notifications/Controllers/SendController.cs @@ -23,6 +23,7 @@ namespace Bit.Notifications [HttpGet("~/alive")] [HttpGet("~/now")] [AllowAnonymous] + [SelfHosted(SelfHostedOnly = false, NotSelfHostedOnly = false)] public DateTime GetAlive() { return DateTime.UtcNow;