mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 13:07:34 +00:00
Add Discord action
This commit is contained in:
parent
002a2d6cf1
commit
e6aa1c4fd5
1 changed files with 5 additions and 0 deletions
|
@ -28,5 +28,10 @@ namespace Project_Unite.Controllers
|
|||
|
||||
return View();
|
||||
}
|
||||
|
||||
public ActionResult Discord()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue