mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-02-22 17:22:14 +00:00
not what broke prod but my bad
This commit is contained in:
parent
c20a3bd7a3
commit
5194afe08d
@ -35,7 +35,7 @@
|
|||||||
requestAccess={true}
|
requestAccess={true}
|
||||||
on:auth={async (auth) => {
|
on:auth={async (auth) => {
|
||||||
console.log(auth.detail);
|
console.log(auth.detail);
|
||||||
const login = await fetch('/api/Auth/logIn', {
|
const login = await fetch('https://honestyapi.sar.sh/api/Auth/logIn', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user