diff --git a/src/app/organisations/index.js b/src/app/organisations/index.js index b393cb8d..aea535bd 100644 --- a/src/app/organisations/index.js +++ b/src/app/organisations/index.js @@ -22,8 +22,9 @@ const users = (csrf) => { router.get('/', csrf, asyncWrapper(search.get)); router.post('/', csrf, asyncWrapper(search.post)); - router.get('/run-pp-sync', csrf, asyncWrapper(getppsyncStatus)); - router.post('/run-pp-sync', csrf, asyncWrapper(postppsyncStatus)); + // DO NOT UNCOMMENT + // router.get('/run-pp-sync', csrf, asyncWrapper(getppsyncStatus)); + // router.post('/run-pp-sync', csrf, asyncWrapper(postppsyncStatus)); router.get('/:id', (req, res) => { diff --git a/src/app/organisations/views/search.ejs b/src/app/organisations/views/search.ejs index 3c8bd4b2..160bdcdf 100644 --- a/src/app/organisations/views/search.ejs +++ b/src/app/organisations/views/search.ejs @@ -90,12 +90,6 @@ const organisationStatusesQuery = locals.organisationStatuses.filter(x => x.isSe