This commit is contained in:
everythingonblack
2025-04-29 19:59:51 +07:00
parent dc7ed37448
commit c59e3fc377
7 changed files with 97 additions and 13 deletions

View File

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