[web-remote] change remote path
This commit is contained in:
parent
0ba82d938e
commit
75da57ca52
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ export class Win {
|
||||||
console.log(`Cider remote port: ${this.remotePort}`);
|
console.log(`Cider remote port: ${this.remotePort}`);
|
||||||
if (firstRequest) {
|
if (firstRequest) {
|
||||||
console.log("---- Ignore Me ;) ---");
|
console.log("---- Ignore Me ;) ---");
|
||||||
qrcode.generate(`http://${os.hostname}:${this.remotePort}/remote`);
|
qrcode.generate(`http://${os.hostname}:${this.remotePort}`);
|
||||||
console.log("---- Ignore Me ;) ---");
|
console.log("---- Ignore Me ;) ---");
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue