aboutsummaryrefslogtreecommitdiff
path: root/server/conf
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-11-13 17:51:34 -0800
committerJakob Odersky <jakob@odersky.com>2016-11-13 17:51:34 -0800
commit1a0b4bd23ac1b49ddb2f2bbbaf0dde1f9156be18 (patch)
tree62d8bd2f8842e18ffc14dd22dbb08db901df12fc /server/conf
parent7efed1380f6a6cfc8d0b95015f1fa167b4a7bc23 (diff)
downloadplay-scalajs-chat-1a0b4bd23ac1b49ddb2f2bbbaf0dde1f9156be18.tar.gz
play-scalajs-chat-1a0b4bd23ac1b49ddb2f2bbbaf0dde1f9156be18.tar.bz2
play-scalajs-chat-1a0b4bd23ac1b49ddb2f2bbbaf0dde1f9156be18.zip
Implement basic frontend
Diffstat (limited to 'server/conf')
-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