From e39ea010cc7da537296b89a17dbde9bb53d6b96e Mon Sep 17 00:00:00 2001 From: Sumanta Sarkar Date: Tue, 9 Apr 2024 17:45:49 +0100 Subject: [PATCH] added routes --- src/app/organisations/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/organisations/index.js b/src/app/organisations/index.js index aea535bd..10fd2a66 100644 --- a/src/app/organisations/index.js +++ b/src/app/organisations/index.js @@ -23,8 +23,8 @@ const users = (csrf) => { router.get('/', csrf, asyncWrapper(search.get)); router.post('/', csrf, asyncWrapper(search.post)); // DO NOT UNCOMMENT - // router.get('/run-pp-sync', csrf, asyncWrapper(getppsyncStatus)); - // router.post('/run-pp-sync', csrf, asyncWrapper(postppsyncStatus)); + router.get('/run-pp-sync', csrf, asyncWrapper(getppsyncStatus)); + router.post('/run-pp-sync', csrf, asyncWrapper(postppsyncStatus)); router.get('/:id', (req, res) => {