Commit b267c7ed authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

set paths to relative instead of global

parent 69511069
...@@ -63,7 +63,7 @@ module.exports = function (app, config, passport) { ...@@ -63,7 +63,7 @@ module.exports = function (app, config, passport) {
res.send(JSON.stringify(req.flash('test'))); res.send(JSON.stringify(req.flash('test')));
}); });
*/ */
app.get('./', function (req, res) { app.get('/', function (req, res) {
res.redirect('./profile') res.redirect('./profile')
}); });
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment