Skip to content

Commit 300d849

Browse files
Update jobs_api.py
Hide the sync endpoints
1 parent 5d392be commit 300d849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nsls2api/api/v1/jobs_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
)
1414
from nsls2api.services import background_service
1515

16-
SYNC_ROUTES_IN_SCHEMA = True
16+
SYNC_ROUTES_IN_SCHEMA = False
1717

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

0 commit comments

Comments
 (0)