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 3f6b1b4 commit 3640fa2Copy full SHA for 3640fa2
example/index.js
@@ -15,5 +15,5 @@ var api = new ParseServer({
15
app.use('/parse', api)
16
17
app.listen(3000, function() {
18
- console.log('parse-cloud-class example running on port 3000.')
+ console.log('parse-cloud-classes example running on port 3000.')
19
})
0 commit comments