fix bare endpoint and set default to epoxy
This commit is contained in:
parent
9559f0986e
commit
ffb4721afd
2 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ const transportsList = [
|
|||
<div class="setting__transport">
|
||||
<label class="setting-label">{t("settings.proxy.selectedTransport")}</label>
|
||||
<Dropdown
|
||||
buttonNameDefault="Bare"
|
||||
buttonNameDefault="Epoxy"
|
||||
dropdownList={transportsList}
|
||||
localStorageKey="alu__selectedTransport"
|
||||
id="dropdown__transport"
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ export function getStaticPaths() {
|
|||
<script src="/libcurl/index.cjs" is:inline></script>
|
||||
<script>
|
||||
import { createBareClient } from '@tomphttp/bare-client';
|
||||
createBareClient('http://localhost:8080/bare/');
|
||||
createBareClient('/bare/');
|
||||
</script>
|
||||
|
||||
<TransportManager />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue