not what broke prod but my bad

This commit is contained in:
WovenCoast 2023-04-16 13:30:12 +05:00
parent c20a3bd7a3
commit 5194afe08d
No known key found for this signature in database
GPG Key ID: 0483193430BBC0FC

View File

@ -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'