Update +page.svelte

This commit is contained in:
fISHIE 2023-04-21 01:24:34 +05:00 committed by GitHub
parent 9f68864e26
commit bbcb40e53d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}}
/>