twenty/packages/twenty-e2e-testing/lib/requests/backend.ts

5 lines
102 B
TypeScript
Raw Normal View History

export const backendGraphQLUrl = new URL(
'/graphql',
process.env.BACKEND_BASE_URL,
).toString();