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.
2 parents 57d80a2 + 099a13e commit 8389d3fCopy full SHA for 8389d3f
Parse-Dashboard/index.js
@@ -21,4 +21,4 @@ app.get('/*', function(req, res) {
21
});
22
23
// Start the server, listening to port 4040.
24
-app.listen(4040);
+app.listen(process.env.PORT || 4040);
0 commit comments