mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-07 08:50:25 -06:00
4 lines
189 B
TypeScript
4 lines
189 B
TypeScript
export const RESPONSES_API_URL = `/api/v2/management/responses`;
|
|
export const SURVEYS_API_URL = `/api/v1/management/surveys`;
|
|
export const WEBHOOKS_API_URL = `/api/v2/management/webhooks`;
|