mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-04 19:44:30 -08:00
- api/jobs/v1 bug fix
This commit is contained in:
committed by
Cullen Watson
parent
e8c2374643
commit
c72d27e4a8
@@ -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