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:
parent
519f4efa20
commit
68c6f6252e
|
@ -213,7 +213,7 @@ module.exports = class Server {
|
|||
}));
|
||||
|
||||
// Static assets
|
||||
const publicDir = 'www';
|
||||
const publicDir = '/app/www';
|
||||
app.use(
|
||||
defineEventHandler((event) => {
|
||||
return serveStatic(event, {
|
||||
|
|
Loading…
Reference in New Issue