mirror of
https://github.com/openmax-server/server.git
synced 2026-05-22 19:41:41 +03:00
TamTam: websocket transport for web version
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Импортирование библиотек
|
||||
import ssl, logging, asyncio
|
||||
from common.config import ServerConfig
|
||||
from oneme.controller import OnemeMobileController
|
||||
from oneme.controller import OnemeController
|
||||
from telegrambot.controller import TelegramBotController
|
||||
from tamtam.controller import TTMobileController
|
||||
from tamtam.controller import TTController
|
||||
# Конфиг сервера
|
||||
server_config = ServerConfig()
|
||||
|
||||
@@ -72,8 +72,8 @@ async def main():
|
||||
}
|
||||
|
||||
controllers = {
|
||||
"oneme_mobile": OnemeMobileController(),
|
||||
"tamtam_mobile": TTMobileController(),
|
||||
"oneme": OnemeController(),
|
||||
"tamtam": TTController(),
|
||||
"telegrambot": TelegramBotController()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user