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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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, { |
|
|
|