Update start.js

Added Local Wifi Sharing
This commit is contained in:
Adrian
2024-05-18 23:03:18 +02:00
committed by GitHub
parent ab0e6e0070
commit f1e23e5d28
+8 -1
View File
@@ -51,7 +51,14 @@ module.exports = () =>
uri: '{{ local.url }}',
target: '_blank'
}
}
},
{
method: "proxy.start",
params: {
uri: '{{local.url}}',
name: 'Local Sharing'
}
}
]
};