This commit is contained in:
everythingonblack
2025-05-05 09:22:09 +07:00
parent c59e3fc377
commit 70433dc6c6
6 changed files with 11 additions and 7 deletions

View File

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