Skip to content

Commit

Permalink
added routes
Browse files Browse the repository at this point in the history
  • Loading branch information
ersumanta committed Apr 9, 2024
1 parent c40aa3e commit e39ea01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/organisations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit e39ea01

Please sign in to comment.