aboutsummaryrefslogtreecommitdiff
path: root/server/conf/routes
diff options
context:
space:
mode:
Diffstat (limited to 'server/conf/routes')
-rw-r--r--server/conf/routes1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/conf/routes b/server/conf/routes
index ab400c7..5d2c73e 100644
--- a/server/conf/routes
+++ b/server/conf/routes
@@ -5,6 +5,7 @@
# An example controller showing a sample home page
GET / controllers.HomeController.index
+GET /chat/:uid controllers.HomeController.chat(uid)
GET /socket/:uid controllers.HomeController.socket(uid)
# Map static resources from the /public folder to the /assets URL path