defstudio / telegraph

Telegraph is a Laravel package for fluently interacting with Telegram Bots
MIT License
675 stars 116 forks source link

How to disable internal route and use custom? #471

Closed siarheipashkevich closed 8 months ago

siarheipashkevich commented 8 months ago

Hello, is it possible to disable internal route and use own or add some prefix?

I want to use api/*** for my application

fabio-ivona commented 8 months ago

implemented in #477

just set a new webhook_url config value with the new route URL or put it to null to disable route generation and set up your own