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 66566fe commit 5c1a7bcCopy full SHA for 5c1a7bc
index.js
@@ -36,7 +36,7 @@ app.use(mountPath, api);
36
37
// Parse Server plays nicely with the rest of your web routes
38
app.get('/', function(req, res) {
39
- res.status(200).send('Make sure to star the parse-server repo on GitHub!');
+ res.status(200).send('I dream of being a website. Please star the parse-server repo on GitHub!');
40
});
41
42
// There will be a test page available on the /test path of your server url
0 commit comments