This commit is contained in:
henryruhs
2024-05-19 21:25:15 +02:00
parent 4294b2a97a
commit 1c2e74f226
+8 -7
View File
@@ -52,13 +52,14 @@ module.exports = () =>
target: '_blank'
}
},
{
method: "proxy.start",
params: {
uri: '{{local.url}}',
name: 'Local Sharing'
}
}
{
method: 'proxy.start',
params:
{
uri: '{{ local.url }}',
name: 'Share local'
}
}
]
};