- api/jobs/v1 bug fix

pull/12/head
zacharyhampton 2023-07-10 18:21:01 -05:00
parent cc48218747
commit aef8dec9fe
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(
scraper_input: ScraperInput
):