commit
0583fae9cc
@ -28,7 +28,7 @@ class ResponseBody(pydantic.BaseModel):
|
||||
router = fastapi.APIRouter()
|
||||
|
||||
|
||||
@router.post('/api/v1/fetch')
|
||||
@router.get('/api/v1/fetch')
|
||||
async def execute(stage: str, project: str):
|
||||
confs, exps, staffs = await asyncio.gather(
|
||||
configs.get(project=project, stage=stage),
|
||||
|
Loading…
Reference in New Issue
Block a user