Skip to content

Commit b81fd73

Browse files
committed
Documentation
1 parent 92ae943 commit b81fd73

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

spec/helper.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ beforeEach(done => {
189189
.then(() => {
190190
Parse.initialize('test', 'test', 'test');
191191
Parse.serverURL = 'http://localhost:' + port + '/1';
192-
193192
done();
194193
})
195194
.catch(done.fail);

src/ParseServer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class ParseServer {
185185
});
186186
}
187187

188-
// Bypass HTTP calls made by SDK during node runtime
188+
// Replace HTTP Interface when using JS SDK in current node runtime
189189
Parse.CoreManager.setRESTController(ParseServerRESTController(appId, appRouter));
190190

191191
return api;

0 commit comments

Comments
 (0)