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">
|
<div class="setting__transport">
|
||||||
<label class="setting-label">{t("settings.proxy.selectedTransport")}</label>
|
<label class="setting-label">{t("settings.proxy.selectedTransport")}</label>
|
||||||
<Dropdown
|
<Dropdown
|
||||||
buttonNameDefault="Bare"
|
buttonNameDefault="Epoxy"
|
||||||
dropdownList={transportsList}
|
dropdownList={transportsList}
|
||||||
localStorageKey="alu__selectedTransport"
|
localStorageKey="alu__selectedTransport"
|
||||||
id="dropdown__transport"
|
id="dropdown__transport"
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ export function getStaticPaths() {
|
||||||
<script src="/libcurl/index.cjs" is:inline></script>
|
<script src="/libcurl/index.cjs" is:inline></script>
|
||||||
<script>
|
<script>
|
||||||
import { createBareClient } from '@tomphttp/bare-client';
|
import { createBareClient } from '@tomphttp/bare-client';
|
||||||
createBareClient('http://localhost:8080/bare/');
|
createBareClient('/bare/');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<TransportManager />
|
<TransportManager />
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue