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