mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-04 19:44:30 -08:00
Merge branch 'main' into refactor/jobs/bad-request
This commit is contained in:
@@ -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
|
||||||
):
|
):
|
||||||
|
|||||||
Reference in New Issue
Block a user