docs: update browser example [skip ci]

This commit is contained in:
LuanRT
2023-03-13 01:40:25 -03:00
parent 4784dfa563
commit b82b720e4b

View File

@@ -113,7 +113,7 @@ async function main() {
showUI(true);
const dash = info.toDash((url) => {
const dash = await info.toDash((url) => {
url.searchParams.set('__host', url.host);
url.host = 'localhost:8080';
url.protocol = 'http';