From 280fa76bdd3360b446cdd8b5782a77c7b043b041 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 17 Apr 2017 09:37:32 -0400 Subject: [PATCH] hmmmmmmm --- Project-Unite/Controllers/APIController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Project-Unite/Controllers/APIController.cs b/Project-Unite/Controllers/APIController.cs index f21a385..10d0c9c 100644 --- a/Project-Unite/Controllers/APIController.cs +++ b/Project-Unite/Controllers/APIController.cs @@ -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.", "#");