Skip to content

Commit

Permalink
Default to prod (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Voytenko authored Mar 19, 2018
1 parent 9a10912 commit 1ba2fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sample-pub/sample-pub-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ app.post('/update-setup', (req, res) => {
*/
function getSetup(req) {
return {
script: req.cookies && req.cookies['script'] || 'local',
script: req.cookies && req.cookies['script'] || 'prod',
};
}

Expand Down

0 comments on commit 1ba2fd9

Please sign in to comment.