This commit is contained in:
Michael 2017-04-17 09:37:32 -04:00
parent bfdf12ddf4
commit 280fa76bdd

View file

@ -47,7 +47,6 @@ public ActionResult Skins()
return Content(Serializer.Serialize(db.Skins.ToArray()));
}
[Authorize]
public ActionResult TestNotification()
{
NotificationDaemon.NotifyEveryone(User.Identity.GetUserId(), "Test notification", "This is a test of the real-time notification system.", "#");