hard code test

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

View File

@ -37,7 +37,7 @@
requestAccess={true}
on:auth={async (auth) => {
console.log(auth.detail);
// const login = await fetch(apiDomain + '/api/Auth/logIn', {
// const login = await fetch('https://honestyapi.sar.sh' + '/api/Auth/logIn', {
// method: 'POST',
// headers: {
// 'Content-Type': 'application/json'