Skip to content

Commit 191338d

Browse files
committed
(chore) removed the chains endpoint, was used for testing
1 parent cc4bb78 commit 191338d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/src/api/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
from fastapi import FastAPI
2-
from .routers import graphs, healthcheck,chains
2+
from .routers import graphs, healthcheck
33

44
app = FastAPI()
55

66
app.include_router(healthcheck.router)
77
app.include_router(graphs.router)
8-
app.include_router(chains.router)

0 commit comments

Comments
 (0)