- api/jobs/v1 bug fix

pull/6/head^2
zacharyhampton 2023-07-10 18:21:01 -05:00
parent f96ea6c369
commit 38c025d43c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ SCRAPER_MAPPING = {
} }
@router.get("/", response_model=JobResponse) @router.post("/", response_model=JobResponse)
async def scrape_jobs( async def scrape_jobs(
scraper_input: ScraperInput scraper_input: ScraperInput
): ):