UNPKG

nezha-cli

Version:
6 lines (5 loc) 132 B
import { createApiFactory } from '../utils' export const fetch = () => createApiFactory ({ url: '/api/user/', method: 'GET' })