Default to epoxy
This commit is contained in:
parent
776507703a
commit
a341b1dcbe
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ const wispUrl =
|
|||
// helper function for ../routes.tsx
|
||||
function setTransport() {
|
||||
changeTransport(
|
||||
localStorage.getItem("transport") || "libcurl",
|
||||
localStorage.getItem("transport") || "epoxy",
|
||||
localStorage.getItem("wispUrl") || wispUrl
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue