feat: update BASE URL

This commit is contained in:
tim
2025-07-13 09:39:03 +08:00
parent 0b106ade31
commit a5cecd8ab4

View File

@@ -15,7 +15,8 @@ import { initTheme } from './utils/theme'
export const API_DOMAIN = 'http://47.82.99.208'
export const API_PORT = 8080
export const API_BASE_URL = API_PORT ? `${API_DOMAIN}:${API_PORT}` : API_DOMAIN
// export const API_BASE_URL = API_PORT ? `${API_DOMAIN}:${API_PORT}` : API_DOMAIN
export const API_BASE_URL = "";
export const GOOGLE_CLIENT_ID = '777830451304-nt8afkkap18gui4f9entcha99unal744.apps.googleusercontent.com'
export const toast = useToast()