mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 04:57:35 +00:00
hmmmmmmm
This commit is contained in:
parent
bfdf12ddf4
commit
280fa76bdd
1 changed files with 0 additions and 1 deletions
|
@ -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.", "#");
|
||||||
|
|
Loading…
Add table
Reference in a new issue