summaryrefslogtreecommitdiffstats
path: root/route.js
diff options
context:
space:
mode:
Diffstat (limited to 'route.js')
-rw-r--r--route.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/route.js b/route.js
index 9a47ff5..0b25fa4 100644
--- a/route.js
+++ b/route.js
@@ -15,6 +15,7 @@ var handle = {
'/login': pnhandler.login,
'/poll': pnhandler.poll,
'/upload': pnhandler.upload,
+ '/info' : pnhandler.info,
'/hello': pnhandler.hello,
'/hellores': pnhandler.hellores
};