Skip to content
This repository was archived by the owner on Sep 2, 2018. It is now read-only.

Commit

Permalink
Update rest.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DaneEveritt committed Dec 8, 2014
1 parent bded659 commit 2dcd69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/rest.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ restserver.get('/', function info(req, res, next){
settings = plugins[key];
_plugins[settings.name] = {"file":key.slice(0, -3)};
}
response = {'gsd_version':"0.1.1", 'plugins':_plugins, 'settings':{'consoleport':config.daemon.consoleport}};
response = {'gsd_version':"0.1.3", 'plugins':_plugins, 'settings':{'consoleport':config.daemon.consoleport}};
res.send(response);
});

Expand Down

0 comments on commit 2dcd69a

Please sign in to comment.