6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
const BASE_URL = ''
|
|
|
|
export function getGameConfig(session_id: string, account_id: string) {
|
|
|
|
}
|