fix: gradle

This commit is contained in:
amel
2025-06-24 11:28:35 +08:00
parent ef24663437
commit ac54bcd9fa
26 changed files with 43 additions and 35 deletions

View File

@@ -2,7 +2,7 @@ import axios from 'axios';
const api = axios.create({
// baseURL: 'http://10.0.2.2:3000/api',
baseURL: 'http://192.168.1.243:3000/api',
baseURL: 'https://stg-darmasaba.wibudev.com/api',
});
export const apiCheckPhoneLogin = async (body: { phone: string }) => {