mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-14 10:00:53 +00:00
4.5.5
* Added: Synchronize applicable settings to `clips.twitch.tv` pages using an iframe. * Fixed: Issue with chat replay disappearing on `clips.twitch.tv` pages. * Changed: Pull the FFZ version number from `package.json`.
This commit is contained in:
parent
04aa1789a2
commit
f1c527b721
14 changed files with 314 additions and 23 deletions
|
@ -57,6 +57,11 @@ module.exports = merge(common, {
|
|||
next();
|
||||
});
|
||||
|
||||
app.get('/script/bridge.js', (req, res, next) => {
|
||||
req.url = req.url.replace(/^\/script/, '/script/clips');
|
||||
next();
|
||||
});
|
||||
|
||||
app.get('/dev_server', (req, res) => {
|
||||
res.json({
|
||||
path: process.cwd(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue