redirect from frontend to frontend/
This commit is contained in:
parent
06bebf257e
commit
cc7ddddd2f
|
@ -13,4 +13,8 @@ exports.expressCreateServer = function (hook_name, args, cb) {
|
||||||
|
|
||||||
res.sendfile(filePath);
|
res.sendfile(filePath);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
args.app.get('/tests/frontend', function (req, res) {
|
||||||
|
res.redirect('/tests/frontend/');
|
||||||
|
});
|
||||||
}
|
}
|
Loading…
Reference in New Issue