mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 11:34:26 +00:00
6 lines
160 B
JavaScript
6 lines
160 B
JavaScript
import {get} from './utils'
|
|
|
|
export async function getStatistics_API() {
|
|
return await get('https://jsonplaceholder.typicode.com/posts?userId=1&userId=2')
|
|
}
|