This commit is contained in:
everythingonblack
2025-04-09 19:18:55 +07:00
parent 055decb2ce
commit 0acbc2ec28
8 changed files with 58 additions and 11 deletions

View File

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