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