UNPKG

@cmk/fe_utils

Version:
8 lines (5 loc) 211 B
import { makeAppSpecificApiQueryGenerator } from './utils/makeApiQuery' const BASE_URL = 'http://localhost:3000' export const makeApi = makeAppSpecificApiQueryGenerator(BASE_URL, { withCredentials: true, })