Skip to content

Commit

Permalink
lock updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Arunkumar-MS committed Aug 29, 2017
1 parent dc8a0c7 commit 7485ae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ app.listen((process.env.PORT || 4000), (err) => {
console.log(`Server is now running on localhost: ${process.env.PORT || 4000}`)
})

app.get('/', function(req, res) {
app.get('/', function (req, res) {
res.render('index.html');
});
app.use('/api', graphQLHTTP({
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"ejs": "^2.5.7",
"express": "^4.15.4",
"express-graphql": "^0.6.7",
Expand Down

0 comments on commit 7485ae8

Please sign in to comment.