TelegramBots/Telegram.Bot.Examples

Problem with exmple Telegram.Bot.Examples.DotNetCoreWebHook

avengerstark opened this issue · 1 comments

Hi there, I followed the instructions, but i have error "Wrong response from the webhook: 404 Not Found". In console message "the application completed without reading the entire request body".

I changed route in UpdateController from "api/[controller]" to "/". It's fixed my problem.