mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-24 08:53:00 +08:00
5 lines
133 B
TypeScript
5 lines
133 B
TypeScript
|
import { createClient } from '@urql/core';
|
||
|
|
||
|
export const urqlClient = createClient({
|
||
|
url: 'http://localhost:8000/felicity-gql',
|
||
|
});
|