mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-24 05:50:18 +00:00
IMPROVEMENT default docs url root
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from fastapi import FastAPI
|
||||
from langserve import add_routes
|
||||
|
||||
app = FastAPI()
|
||||
app = FastAPI(docs_url="/")
|
||||
|
||||
# Edit this to add the chain you want to add
|
||||
add_routes(app, NotImplemented)
|
||||
|
||||
Reference in New Issue
Block a user