mirror of
https://github.com/twentyhq/twenty
synced 2026-04-30 09:57:45 +00:00
5 lines
102 B
TypeScript
5 lines
102 B
TypeScript
|
|
export const backendGraphQLUrl = new URL(
|
||
|
|
'/graphql',
|
||
|
|
process.env.BACKEND_BASE_URL,
|
||
|
|
).toString();
|