アニメーションを自動再生しないオプション (#4131)
* Refactor * settings * Media Proxy * Replace API response
This commit is contained in:
parent
00b2d89f1a
commit
f014b7ae0e
14 changed files with 404 additions and 170 deletions
|
|
@ -61,6 +61,7 @@ if (config.url.startsWith('https') && !config.disableHsts) {
|
|||
|
||||
app.use(mount('/api', apiServer));
|
||||
app.use(mount('/files', require('./file')));
|
||||
app.use(mount('/proxy', require('./proxy')));
|
||||
|
||||
// Init router
|
||||
const router = new Router();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue