Skip to content

Commit

Permalink
Update jobs_api.py
Browse files Browse the repository at this point in the history
Hide the sync endpoints
  • Loading branch information
stuartcampbell committed Jun 13, 2024
1 parent 5d392be commit 300d849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nsls2api/api/v1/jobs_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
)
from nsls2api.services import background_service

SYNC_ROUTES_IN_SCHEMA = True
SYNC_ROUTES_IN_SCHEMA = False

router = fastapi.APIRouter(tags=["jobs"])

Expand Down

0 comments on commit 300d849

Please sign in to comment.