working apple login

This commit is contained in:
heyethereum
2024-07-13 21:01:03 +08:00
parent 688e3e6f9a
commit 6ea1968dcc
11 changed files with 72 additions and 72 deletions

View File

@@ -71,7 +71,7 @@ const QRScannerScreen: React.FC = () => {
console.log('Sending QR code data to backend:', payload);
try {
const response = await axios.post('http://192.168.10.247:8080/v1/api/qrcodetypes/detect', {
const response = await axios.post('https://localhost:8443/v1/api/qrcodetypes/detect', {
data: payload,
}, {
headers: {