File tree 3 files changed +1
-4
lines changed
3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 221
221
* Sample request:
222
222
* ```
223
223
* Parse.Cloud.httpRequest({
224
- * url: 'http://www.parse .com/'
224
+ * url: 'http://www.example .com/'
225
225
* }).then(function(httpResponse) {
226
226
* // success
227
227
* console.log(httpResponse.text);
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ import RESTController from './RESTController';
25
25
const Parse = {
26
26
/**
27
27
* Call this method first to set up your authentication tokens for Parse.
28
- * You can get your keys from the Data Browser on parse.com.
29
28
* @param {String } applicationId Your Parse Application ID.
30
29
* @param {String } javaScriptKey (optional) Your Parse JavaScript Key (Not needed for parse-server)
31
30
* @param {String } masterKey (optional) Your Parse Master Key. (Node.js only!)
Original file line number Diff line number Diff line change @@ -40,8 +40,6 @@ ParseError.OTHER_CAUSE = -1;
40
40
41
41
/**
42
42
* Error code indicating that something has gone wrong with the server.
43
- * If you get this error code, it is Parse's fault. Contact us at
44
- * https://parse.com/help
45
43
* @property INTERNAL_SERVER_ERROR
46
44
* @static
47
45
* @final
You can’t perform that action at this time.
0 commit comments