Browse Source

fixup: Server.js for instance without docker

Some users can no longer access the Web UI since the release of v13.
pull/1041/head
Philip H 2 years ago
committed by GitHub
parent
commit
8662438852
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/lib/Server.js

2
src/lib/Server.js

@ -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, {

Loading…
Cancel
Save