Update main.js

This commit is contained in:
2018-09-26 20:22:04 +08:00
parent 7878833ee0
commit 98d96c7f89
+1
View File
@@ -116,6 +116,7 @@ function addRoutes(_router) {
// test route to make sure everything is working (accessed at GET http://localhost:9090/api)
_router.get('/', function (req, res) {
res.json({message: 'Welcome to our JSON REST api!'});
adapter.setState('testVariable', {val: true, ack: true, expire: 30});
});
_router.get('/plain/', function(req, res) {