Skip to content

Commit

Permalink
Fixed cURL serverURL
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihai Iorga committed Mar 15, 2016
1 parent 6c46f29 commit f80eee4
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 f80eee4

Please sign in to comment.