mirror of
https://github.com/logto-io/logto.git
synced 2025-02-10 21:58:23 -05:00
4 lines
153 B
TypeScript
4 lines
153 B
TypeScript
import { getEnv } from '@silverhand/essentials';
|
|
import got from 'got';
|
|
|
|
export default got.extend({ prefixUrl: new URL('/api', getEnv('LOGTO_URL')) });
|