|
@@ -36,7 +36,7 @@ app.use(mountPath, api);
|
|
|
|
|
|
// Parse Server plays nicely with the rest of your web routes
|
|
|
app.get('/', function(req, res) {
|
|
|
- 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!');
|
|
|
});
|
|
|
|
|
|
// There will be a test page available on the /test path of your server url
|