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