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 92ae943 commit b81fd73Copy full SHA for b81fd73
spec/helper.js
@@ -189,7 +189,6 @@ beforeEach(done => {
189
.then(() => {
190
Parse.initialize('test', 'test', 'test');
191
Parse.serverURL = 'http://localhost:' + port + '/1';
192
-
193
done();
194
})
195
.catch(done.fail);
src/ParseServer.js
@@ -185,7 +185,7 @@ class ParseServer {
185
});
186
}
187
188
- // Bypass HTTP calls made by SDK during node runtime
+ // Replace HTTP Interface when using JS SDK in current node runtime
Parse.CoreManager.setRESTController(ParseServerRESTController(appId, appRouter));
return api;
0 commit comments