mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add user snapshot settings management
This commit is contained in:
@@ -561,7 +561,6 @@ function createRouteHandler(directoryFn) {
|
||||
const filePath = decodeURIComponent(req.params[0]);
|
||||
return res.sendFile(filePath, { root: directory });
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
return res.sendStatus(404);
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user