Compare commits

..

No commits in common. "0583fae9cc14a383648f06433ccfb1fbb19e4daa" and "342264d7c7708a0486cce94af936b8c3d46090a3" have entirely different histories.

View File

@ -28,7 +28,7 @@ class ResponseBody(pydantic.BaseModel):
router = fastapi.APIRouter() router = fastapi.APIRouter()
@router.get('/api/v1/fetch') @router.post('/api/v1/fetch')
async def execute(stage: str, project: str): async def execute(stage: str, project: str):
confs, exps, staffs = await asyncio.gather( confs, exps, staffs = await asyncio.gather(
configs.get(project=project, stage=stage), configs.get(project=project, stage=stage),