fixup: Server.js for instance without docker

Some users can no longer access the Web UI since the release of v13.
This commit is contained in:
Philip H 2024-05-15 20:19:44 +02:00
parent 519f4efa20
commit 68c6f6252e
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ module.exports = class Server {
})); }));
// Static assets // Static assets
const publicDir = 'www'; const publicDir = '/app/www';
app.use( app.use(
defineEventHandler((event) => { defineEventHandler((event) => {
return serveStatic(event, { return serveStatic(event, {