From 9f68864e266891634f73605bb94ed0f04f6f5ed4 Mon Sep 17 00:00:00 2001 From: fISHIE <83373559+WhoIsFishie@users.noreply.github.com> Date: Fri, 21 Apr 2023 01:19:56 +0500 Subject: [PATCH] hard code test --- src/routes/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 3578694..fc78162 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -37,7 +37,7 @@ requestAccess={true} on:auth={async (auth) => { console.log(auth.detail); - // const login = await fetch(apiDomain + '/api/Auth/logIn', { + // const login = await fetch('https://honestyapi.sar.sh' + '/api/Auth/logIn', { // method: 'POST', // headers: { // 'Content-Type': 'application/json'