примитивный ws эндпоинт
This commit is contained in:
parent
9735069034
commit
04bb17190e
5 changed files with 244 additions and 1 deletions
8
src/main.py
Normal file
8
src/main.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from fastapi import FastAPI
|
||||
|
||||
from src.api.external import router as ws_router
|
||||
|
||||
|
||||
app = FastAPI()
|
||||
app.include_router(ws_router)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue