mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
check the docs, there is no such option sirs
This commit is contained in:
@@ -422,7 +422,7 @@ app.use(function (req, res, next) {
|
||||
});
|
||||
|
||||
|
||||
app.use(express.static(process.cwd() + "/public", { refresh: true }));
|
||||
app.use(express.static(process.cwd() + "/public", {}));
|
||||
|
||||
app.use('/backgrounds', (req, res) => {
|
||||
const filePath = decodeURIComponent(path.join(process.cwd(), 'public/backgrounds', req.url.replace(/%20/g, ' ')));
|
||||
|
Reference in New Issue
Block a user