summaryrefslogtreecommitdiff
path: root/Project-Unite
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-17 09:37:32 -0400
committerMichael <[email protected]>2017-04-17 09:37:32 -0400
commit280fa76bdd3360b446cdd8b5782a77c7b043b041 (patch)
tree21624b4473055bc4fe78ca9e6eb08fd280ab10c0 /Project-Unite
parentbfdf12ddf486556fddd4238dd309eea94f7660c4 (diff)
downloadproject-unite-280fa76bdd3360b446cdd8b5782a77c7b043b041.tar.gz
project-unite-280fa76bdd3360b446cdd8b5782a77c7b043b041.tar.bz2
project-unite-280fa76bdd3360b446cdd8b5782a77c7b043b041.zip
hmmmmmmm
Diffstat (limited to 'Project-Unite')
-rw-r--r--Project-Unite/Controllers/APIController.cs1
1 files changed, 0 insertions, 1 deletions
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 @@ namespace Project_Unite.Controllers
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.", "#");