mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-02-22 01:02:15 +00:00
Update +page.svelte
This commit is contained in:
parent
9f68864e26
commit
bbcb40e53d
@ -44,7 +44,7 @@
|
|||||||
// },
|
// },
|
||||||
// body: JSON.stringify(auth.detail)
|
// 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);
|
console.log(login);
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user