Remove all digest email code

This commit is contained in:
Johannes Zellner
2019-05-08 12:19:56 +02:00
parent 84d8d4a745
commit 8b5bdf4e88
8 changed files with 0 additions and 486 deletions

View File

@@ -355,9 +355,6 @@ function initializeSysadminExpressSync() {
router.post('/api/v1/retire', routes.sysadmin.retire);
router.post('/api/v1/apps/:id/import', routes.sysadmin.importAppDatabase);
// routes to test features otherwise hard to test
router.post('/api/v1/test/digest', routes.sysadmin.testDigest);
return httpServer;
}