[WIP]Adds some exchange settings in the settings page

This commit is contained in:
Scott
2016-07-27 19:43:06 +10:00
parent df295a122c
commit df7de76b05
6 changed files with 67 additions and 35 deletions

View File

@@ -17,7 +17,14 @@ app.get('/data/all-enabled-currencies', function (req, res) {
},function(err, resp, body){
res.send(body);
})
});
app.get('/config/all', function (req, res) {
request({
url :'http://localhost:9050/config/all'
},function(err, resp, body){
res.send(body);
})
});