diff --git a/README.md b/README.md index 3342652..cf621a7 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,9 @@ nohup uvicorn app.main:app --host 0.0.0.0 --port 8000 > server.log 2>&1 & Or use a process manager such as `pm2`, `supervisor`, or systemd for production deployments. +## API List +1. 导入分析schema接口 http://localhost:8000/v1/import/analyze + ## Additional Commands - Run the data import analysis example: `python test/data_import_analysis_example.py`