UNPKG
@izzai/n8n-nodes-izzone
Version:
latest (0.2.2)
0.2.2
0.2.1
0.1.7
0.1.6
0.1.5
0.1.2
0.0.21
0.0.20
0.0.17
n8n custom node for izz.ONE
www.izz.ai
izzai/account
@izzai/n8n-nodes-izzone
/
dist
/
constants
/
url.js
5 lines
(4 loc)
•
151 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
BASE_URL
=
void
0
;
exports
.
BASE_URL
=
'https://api.nexus.izz.ai'
;