Skip to content
Snippets Groups Projects
Commit dfc512cc authored by Ben Adida's avatar Ben Adida
Browse files

Merge branch 'master' into csrf

parents c5330723 29085e6c
No related branches found
No related tags found
No related merge requests found
......@@ -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 ){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment