mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
redirect from frontend to frontend/
This commit is contained in:
parent
06bebf257e
commit
cc7ddddd2f
1 changed files with 4 additions and 0 deletions
|
@ -13,4 +13,8 @@ exports.expressCreateServer = function (hook_name, args, cb) {
|
|||
|
||||
res.sendfile(filePath);
|
||||
});
|
||||
|
||||
args.app.get('/tests/frontend', function (req, res) {
|
||||
res.redirect('/tests/frontend/');
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue