diff --git a/endpoints/getting-started/app.js b/endpoints/getting-started/app.js index cc3ddbd632..4416ec8b32 100644 --- a/endpoints/getting-started/app.js +++ b/endpoints/getting-started/app.js @@ -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]