- api/jobs/v1 bug fix

This commit is contained in:
zacharyhampton
2023-07-10 18:21:01 -05:00
committed by Cullen Watson
parent e8c2374643
commit c72d27e4a8

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
): ):