mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-22 16:03:00 +08:00
7 lines
No EOL
354 B
TypeScript
7 lines
No EOL
354 B
TypeScript
// Active User Credentials
|
|
export const activeUser = localStorage.getItem('fwt');
|
|
export const activeUserToken = localStorage.getItem('fwt');
|
|
|
|
export const graphql_url = 'http://192.168.137.128:8000/felicity-gql'
|
|
// export const graphql_url = 'http://localhost:8000/felicity-gql';
|
|
// export const graphql_url = 'http://192.168.137.227:8000/felicity-gql';
|