VNC client
This commit is contained in:
@@ -11,7 +11,7 @@ const VNC_PORT = process.env.VNC_PORT || 5900;
|
|||||||
|
|
||||||
export const vncRouter = express.Router();
|
export const vncRouter = express.Router();
|
||||||
vncRouter.get('/novnc/vnc.html', (req, res) =>
|
vncRouter.get('/novnc/vnc.html', (req, res) =>
|
||||||
res.sendFile(path.join(__dirname, '../public/vnc.html'))
|
res.sendFile(path.join(__dirname, '../../public/vnc.html'))
|
||||||
);
|
);
|
||||||
vncRouter.use('/novnc', express.static(NOVNC));
|
vncRouter.use('/novnc', express.static(NOVNC));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user