mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-06 14:57:44 +08:00
close #2044: duplicated mount_knowledge_base_routes in server/api.py
This commit is contained in:
parent
94d4304638
commit
e78a804ec6
@ -244,7 +244,6 @@ if __name__ == "__main__":
|
|||||||
args_dict = vars(args)
|
args_dict = vars(args)
|
||||||
|
|
||||||
app = create_app()
|
app = create_app()
|
||||||
mount_knowledge_routes(app)
|
|
||||||
|
|
||||||
run_api(host=args.host,
|
run_api(host=args.host,
|
||||||
port=args.port,
|
port=args.port,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user