remove example files

This commit is contained in:
Aarushi
2024-07-25 22:05:38 +01:00
parent 465b67eb67
commit b809aa49d1

View File

@@ -183,12 +183,6 @@ class AgentServer(AppService):
app.add_exception_handler(500, self.handle_internal_error) # type: ignore
app.mount(
path="/frontend",
app=StaticFiles(directory=get_frontend_path(), html=True),
name="example_files",
)
app.include_router(router)
@app.websocket("/ws")