close #2044: duplicated mount_knowledge_base_routes in server/api.py

This commit is contained in:
liunux4odoo 2023-11-13 20:30:32 +08:00
parent 94d4304638
commit e78a804ec6
1 changed files with 0 additions and 1 deletions

View File

@ -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,