UNPKG
@pipedream/proofly
Version:
latest (0.1.0)
0.1.0
0.0.1
Pipedream Proofly Components
pipedream.com/apps/proofly
@pipedream/proofly
/
common
/
constants.mjs
8 lines
(6 loc)
•
117 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
BASE_URL =
"https://proofly.io"
;
const
VERSION_PATH =
"/api"
;
export
default
{ BASE_URL, VERSION_PATH, };