Answer the question
In order to leave comments, you need to log in
VIBER API. How to configure bot.middleware?
Started wading through the VIBER API Node.js documentation
const https = require('https');
https.createServer({
key: ...,
cert: ...,
ca: ...
}, bot.middleware()).listen(8080);
Answer the question
In order to leave comments, you need to log in
Read the documentation for node
https://nodejs.org/api/https.html#https_https_crea...
https://nodejs.org/api/tls.html#tls_tls_createsecu...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question