This commit is contained in:
insvrgent
2025-01-29 15:39:55 +07:00
parent c5927469eb
commit b0813e1519
3 changed files with 216 additions and 189 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;