fix bare endpoint and set default to epoxy

This commit is contained in:
wearrrrr 2024-03-08 13:40:28 -06:00
parent 9559f0986e
commit ffb4721afd
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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 />