Skip to content

Commit

Permalink
Merge pull request #145 from darkkiss/master
Browse files Browse the repository at this point in the history
Fixed cURL serverURL
  • Loading branch information
drew-gross committed Mar 15, 2016
2 parents 6c46f29 + f80eee4 commit 72c0feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dashboard/Data/ApiConsole/generateCurl.js
Expand Up @@ -38,6 +38,6 @@ export default function generateCurl(app, method, path, body, options) {
}
request += '--data-urlencode "' + _body + '" \\\n';
}
request += 'https://api.parse.com/1/' + path;
request += app.serverURL + '/' + path;
return request;
}

0 comments on commit 72c0feb

Please sign in to comment.