diff options
Diffstat (limited to 'Project-Unite/Controllers')
| -rw-r--r-- | Project-Unite/Controllers/APIController.cs | 1 |
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.", "#"); |
