4 lines
214 B
JavaScript
4 lines
214 B
JavaScript
// Shared by the host API client and the native Tang Detective build adapter.
|
|
// This is a public endpoint, never a place for tokens or API secrets.
|
|
export const API_BASE_URL = 'https://admin.zhenyangtang.com.cn/'
|