mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-07-26 08:40:38 +00:00
not what broke prod but my bad
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user