Skip to content

Commit

Permalink
(chore) removed the chains endpoint, was used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kannav02 committed Nov 19, 2024
1 parent cc4bb78 commit 191338d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/src/api/main.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from fastapi import FastAPI
from .routers import graphs, healthcheck,chains
from .routers import graphs, healthcheck

app = FastAPI()

app.include_router(healthcheck.router)
app.include_router(graphs.router)
app.include_router(chains.router)

0 comments on commit 191338d

Please sign in to comment.