diff --git a/devchat/_service/main.py b/devchat/_service/main.py index 456f51db..d0703fe5 100644 --- a/devchat/_service/main.py +++ b/devchat/_service/main.py @@ -7,7 +7,6 @@ api_app = FastAPI( title="DevChat Local Service", ) -api_app.mount("/devchat", router) api_app.include_router(router)