mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-02-23 12:53:41 +00:00
Delete dead Flask-based PAL24 webhook server (app/external/pal24_webhook.py). PAL24 webhooks already handled by unified FastAPI server on port 8080. - Remove flask dependency from pyproject.toml and requirements.txt - Remove PAL24_WEBHOOK_PORT config (unused, FastAPI uses shared port) - Remove pal24_webhook module reference from log filter - Update docs: webhook example rewritten from Flask to FastAPI - Uninstall flask, werkzeug, blinker, itsdangerous