mirror of
https://github.com/wg-easy/wg-easy.git
synced 2025-10-05 15:47:18 +08:00
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:
@@ -213,7 +213,7 @@ module.exports = class Server {
|
||||
}));
|
||||
|
||||
// Static assets
|
||||
const publicDir = 'www';
|
||||
const publicDir = '/app/www';
|
||||
app.use(
|
||||
defineEventHandler((event) => {
|
||||
return serveStatic(event, {
|
||||
|
Reference in New Issue
Block a user