chore: 项目更名 - PIT Router → 智队中枢

This commit is contained in:
2026-03-14 21:26:49 +08:00
parent b7a40cd4b2
commit c3c1fa6572
3 changed files with 13 additions and 5 deletions

View File

@@ -38,8 +38,8 @@ def create_app(config_name='default'):
@app.route('/')
def index():
return {
'service': 'PIT Router',
'version': '0.6.0',
'service': '智队中枢',
'version': '0.6.1',
'status': 'running',
'endpoints': {
'health': '/health',