diff --git a/app/main.py b/app/main.py index bd44ef6..c3dd92a 100644 --- a/app/main.py +++ b/app/main.py @@ -37,15 +37,15 @@ async def _register_self_projects(): { "project_id": "log_center_api", "name": "Log Center API", - "repo_url": "https://gitea.airlabs.art/zyc/qy_gitlab.git", + "repo_url": "https://gitea.airlabs.art/zyc/log-center.git", "local_path": "/Users/maidong/Desktop/zyc/qy_gitlab/log_center", "description": "日志中台 FastAPI 后端服务", }, { "project_id": "log_center_web", "name": "Log Center Web", - "repo_url": "https://gitea.airlabs.art/zyc/qy_gitlab.git", - "local_path": "/Users/maidong/Desktop/zyc/qy_gitlab/log_center/web", + "repo_url": "https://gitea.airlabs.art/zyc/log-center.git", + "local_path": "/Users/maidong/Desktop/zyc/qy_gitlab/log_center", "description": "日志中台 React 管理端", }, ]