UNPKG
botfriends-handover-nodejs
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
NodeJs wrapper for BOTfriends Handover Tool
botfriends.de
botfriends-handover-nodejs
/
dist
/
src
/
config
/
index.js
8 lines
•
284 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
= {
// For development
// BACKEND_URL: 'http://localhost:2000/api/v1/'
BACKEND_URL
:
'https://botfriends-agent-system-prod.appspot.com/api/v1/'
};
//# sourceMappingURL=index.js.map