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

View file

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