@tiledesk/tiledesk-server 2.10.16 → 2.10.17
Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md
CHANGED
@@ -5,7 +5,13 @@
|
|
5
5
|
🚀 IN PRODUCTION 🚀
|
6
6
|
(https://www.npmjs.com/package/@tiledesk/tiledesk-server/v/2.3.77)
|
7
7
|
|
8
|
-
# 2.10.
|
8
|
+
# 2.10.17
|
9
|
+
- changed bodyParser.urlencoded extended to TRUE
|
10
|
+
- updated tybot-connector to 0.2.130
|
11
|
+
- added twilio voice module
|
12
|
+
- updated messenger-connectorto 0.1.22
|
13
|
+
|
14
|
+
# 2.10.16 - abort
|
9
15
|
- changed bodyParser.urlencoded extended to TRUE
|
10
16
|
- updated tybot-connector to 0.2.130
|
11
17
|
- added twilio voice module
|
package/package.json
CHANGED
@@ -38,7 +38,7 @@ class Listener {
|
|
38
38
|
MONGODB_URI: config.databaseUri,
|
39
39
|
dbconnection: dbConnection,
|
40
40
|
API_URL: apiUrl,
|
41
|
-
BASE_URL: apiUrl + "/modules/voice",
|
41
|
+
BASE_URL: apiUrl + "/modules/twilio-voice",
|
42
42
|
REDIS_HOST: host,
|
43
43
|
REDIS_PORT: port,
|
44
44
|
REDIS_PASSWORD: password,
|