Merge branch 'main' into refactor/jobs/bad-request

pull/12/head
Cullen Watson 2023-07-10 18:25:45 -05:00
commit 098437e513
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( async def scrape_jobs(
scraper_input: ScraperInput scraper_input: ScraperInput
): ):