This commit is contained in:
everythingonblack
2025-05-05 18:42:04 +07:00
parent 70433dc6c6
commit f674b275b1
7 changed files with 51 additions and 52 deletions

View File

@@ -1,5 +1,5 @@
// src/config.js
const API_BASE_URL = 'https://api.kedaimaster.com';
const API_BASE_URL = 'https://test.api.kedaimaster.com';
export default API_BASE_URL;