This commit is contained in:
insvrgent
2025-01-16 14:36:35 +07:00
parent 3d05102199
commit b111195491
3 changed files with 7 additions and 7 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;