jehy / telegram-test-api

Simple implimentation of telegram API which can be used for testing telegram bots
MIT License
98 stars 24 forks source link

telegramServer.js change http to https ApiURL #21

Closed qertis closed 5 years ago

qertis commented 5 years ago

I dont why, but google-cloud API not working in Telegram-Test-API environment. May be secure protocol fix it.

this.ApiURL = `http://${this.config.host}:${this.config.port}`;

jehy commented 5 years ago

resolved via https://github.com/jehy/telegram-test-api/issues/21