This commit is contained in:
Alexey Sokolov
2022-03-02 15:52:27 +03:00
parent f70500a519
commit 8b2bcd29e5
4 changed files with 36 additions and 21 deletions

View File

@@ -1,9 +1,10 @@
from aiohttp import web
from config import config
from config import Config
from .views import test_route
config = Config()
TELEGRAM_WEBHOOK_ROUTE = '/' + config.teletoken
routes = [