Compare commits
2 Commits
342264d7c7
...
0583fae9cc
| Author | SHA1 | Date | |
|---|---|---|---|
| 0583fae9cc | |||
| d8607b8efc |
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user