mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-30 15:10:40 +00:00
Attempts to save file in golang to no avail
This commit is contained in:
@@ -40,11 +40,11 @@ app.get('/config/all', function (req, res) {
|
||||
|
||||
app.post('/config/all/save', function(req, res) {
|
||||
requestify.post('http://localhost:9050/config/all/save', {
|
||||
data: req.body
|
||||
Data: req.body
|
||||
})
|
||||
.then(function(response) {
|
||||
console.log(response);
|
||||
res.send(response);
|
||||
res.send(response.body);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user