mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-20 06:48:15 +00:00
6 lines
138 B
JavaScript
6 lines
138 B
JavaScript
|
import {get} from './utils';
|
||
|
|
||
|
export async function getInbox_API() {
|
||
|
return await get('https://jsonplaceholder.typicode.com/users')
|
||
|
}
|