This commit is contained in:
everythingonblack
2025-05-06 16:51:35 +07:00
parent f674b275b1
commit 97f1fd7bfc
10 changed files with 58 additions and 44 deletions

View File

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