mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-12-07 10:21:00 +01:00
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);
|
||||
});
|
||||
|
||||
args.app.get('/tests/frontend', function (req, res) {
|
||||
res.redirect('/tests/frontend/');
|
||||
});
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user