Merge branch 'ps1' into 'main'

changes 平均资本回报率bug

See merge request root/IndexCalculation!22
This commit is contained in:
彭森 2023-01-06 03:10:49 +00:00
commit 57b8801d19
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from fastapi import APIRouter
from pydantic import BaseModel
INDEX = "平均资本回报率(%"
INDEX = "平均资本回报率(%"
router = APIRouter()