mirror of https://github.com/Bunsly/JobSpy
Merge branch 'main' into refactor/jobs/bad-request
commit
098437e513
|
@ -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
|
||||||
):
|
):
|
||||||
|
|
Loading…
Reference in New Issue