mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-05 20:14:32 -08:00
- init
This commit is contained in:
3
api/v1/jobs/__init__.py
Normal file
3
api/v1/jobs/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from fastapi import APIRouter
|
||||
|
||||
router = APIRouter(prefix="/jobs")
|
||||
Reference in New Issue
Block a user