This commit is contained in:
zadit
2025-01-07 18:05:23 +07:00
parent 8e8eab48c1
commit 309c122824
2 changed files with 56 additions and 56 deletions

View File

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