add websocket market
This commit is contained in:
2
main.py
2
main.py
@ -10,6 +10,7 @@ from app.core.config import CAPES_DIR, CAPES_STORE_DIR, SKINS_DIR
|
||||
from app.services.promo import PromoService
|
||||
from app.webhooks import telegram
|
||||
from app.db.database import users_collection
|
||||
from app.api import marketplace_ws
|
||||
|
||||
|
||||
###################### БОТ ######################
|
||||
@ -59,6 +60,7 @@ app.include_router(server.router)
|
||||
app.include_router(store.router)
|
||||
app.include_router(pranks.router)
|
||||
app.include_router(marketplace.router)
|
||||
app.include_router(marketplace_ws.router)
|
||||
app.include_router(case.router)
|
||||
app.include_router(inventory.router)
|
||||
app.include_router(bonuses.router)
|
||||
|
||||
Reference in New Issue
Block a user