Skip to content

Better error messages for config issues. #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 1, 2016
Merged

Conversation

drew-gross
Copy link
Contributor

This will also assist with implementing basic auth.

@@ -12,7 +13,17 @@ var app = express();
app.use(express.static('Parse-Dashboard/public'));

app.get('/parse-dashboard-config.json', function(req, res) {
res.sendFile(__dirname + '/parse-dashboard-config.json');
jsonFile(__dirname + '/parse-dashboard-config.json')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

spacing nit

@facebook-github-bot
Copy link

@drew-gross updated the pull request.

drew-gross added a commit that referenced this pull request Mar 1, 2016
Better error messages for config issues.
@drew-gross drew-gross merged commit e375c5b into master Mar 1, 2016
@peterdotjs peterdotjs deleted the better-error-messages branch March 9, 2016 06:48
douglasmuraoka pushed a commit that referenced this pull request Nov 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants