From bbcb40e53d6235c80152f16ab412352d23030133 Mon Sep 17 00:00:00 2001 From: fISHIE <83373559+WhoIsFishie@users.noreply.github.com> Date: Fri, 21 Apr 2023 01:24:34 +0500 Subject: [PATCH] Update +page.svelte --- 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 fc78162..f61eee8 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -44,7 +44,7 @@ // }, // body: JSON.stringify(auth.detail) // }); - const login = await axios.post(apiDomain + '/api/Auth/logIn', auth.detail); + const login = await axios.post('https://honestyapi.sar.sh' + '/api/Auth/logIn', auth.detail); console.log(login); }} />