UNPKG
@pipedream/typebot
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Pipedream Typebot Components
pipedream.com/apps/typebot
@pipedream/typebot
/
common
/
constants.mjs
8 lines
(6 loc)
•
124 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
BASE_URL =
"https://app.typebot.io"
;
const
VERSION_PATH =
"/api/v1"
;
export
default
{ BASE_URL, VERSION_PATH, };