diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index a3988e1..11215f7 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -35,7 +35,7 @@ requestAccess={true} on:auth={async (auth) => { console.log(auth.detail); - const login = await fetch('/api/Auth/logIn', { + const login = await fetch('https://honestyapi.sar.sh/api/Auth/logIn', { method: 'POST', headers: { 'Content-Type': 'application/json'