fix: router changes + hopefully gitignore
ref: N25B-205
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from fastapi.routing import APIRouter
|
||||
|
||||
from control_backend.api.v1.endpoints import message, sse, sse_ping
|
||||
from control_backend.api.v1.endpoints import message, sse
|
||||
|
||||
api_router = APIRouter()
|
||||
|
||||
@@ -12,9 +12,4 @@ api_router.include_router(
|
||||
api_router.include_router(
|
||||
sse.router,
|
||||
tags=["SSE"]
|
||||
)
|
||||
|
||||
api_router.include_router(
|
||||
sse_ping.router,
|
||||
tags=["SSE_ping"]
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user