Skip to content

Commit

Permalink
Merge branch 'master' into csrf
Browse files Browse the repository at this point in the history
  • Loading branch information
benadida committed Jul 19, 2011
2 parents c533072 + 29085e6 commit dfc512c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions browserid/app.js
Expand Up @@ -33,6 +33,8 @@ function internal_redirector(new_url) {
function router(app) {
app.set("views", __dirname + '/views');

app.set('view options', { production: exports.production });

// this should probably be an internal redirect
// as soon as relative paths are figured out.
app.get('/sign_in', function(req, res, next ){
Expand Down

0 comments on commit dfc512c

Please sign in to comment.