OSDN Git Service

[Develop and Manual Test] show help with websocket
[eos/zephyr.git] / server / routes.js
index ff2e788..4fc1f51 100644 (file)
@@ -25,6 +25,7 @@ module.exports = function(app) {
     app.use('/api/v1/tagList', require(__dirname + '/api/v1/tagList'));
     app.use('/api/v1/commandList', require(__dirname + '/api/v1/commandList'));
     app.use('/api/v1/debug', require(__dirname + '/api/v1/debug'));
+    app.use('/api/v1/help', require(__dirname + '/api/v1/help'));
 
     app.route('/*')
     .get(function(req, res) {