From 98d96c7f8958a0c3e9f6bae77c054c1821c955ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Wed, 26 Sep 2018 20:22:04 +0800 Subject: [PATCH] Update main.js --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index 3413bc5..4cee0b7 100644 --- a/main.js +++ b/main.js @@ -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) {