Skip to content

Commit

Permalink
Fixes #333 (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored and Ace Nassri committed Aug 29, 2017
1 parent 74bca50 commit 8d77317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions endpoints/getting-started/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const Buffer = require('safe-buffer').Buffer;

const app = express();

app.set('case sensitive routing', true);
app.use(bodyParser.json());
// [END setup]

Expand Down

0 comments on commit 8d77317

Please sign in to comment.