chore: clean up

This commit is contained in:
Cullen Watson
2023-08-19 18:46:03 -05:00
parent 5701826399
commit f31246ee64
8 changed files with 8 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ from api.core.scrapers.ziprecruiter import ZipRecruiterScraper
from api.core.scrapers.linkedin import LinkedInScraper
from api.core.scrapers import ScraperInput, Site, JobResponse
router = APIRouter(prefix="/jobs")
router = APIRouter(prefix="/jobs", tags=["jobs"])
SCRAPER_MAPPING = {
Site.LINKEDIN: LinkedInScraper,