This commit is contained in:
zadit
2025-01-16 07:27:07 +07:00
parent 50c07e0db1
commit 3d05102199
6 changed files with 38 additions and 24 deletions

View File

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