We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a446347 commit 86dd9d6Copy full SHA for 86dd9d6
index.js
@@ -85,7 +85,7 @@ app.on("ready", function() { // run main app code
85
// listen for IPC signal and get JSON data from master
86
ipc.on('getServers', function (event, data) {
87
//console.log(data)
88
- needle.get(config.get("masterAddress")+'/slaves', function(error, response, body) {
+ needle.get(config.get("masterAddress")+'/api/slaves', function(error, response, body) {
89
if (!error) {
90
event.sender.send('setServers', body)
91
}
0 commit comments