add reminders notes and notification in sidebar
This commit is contained in:
@@ -10,6 +10,10 @@ const router = express.Router();
|
||||
// All company routes require authentication
|
||||
router.use(authenticate);
|
||||
|
||||
// Reminder summaries (must be before :companyId routes)
|
||||
router.get('/reminders/summary', companyController.getReminderSummary);
|
||||
router.get('/reminders/counts', companyController.getReminderCountsByCompany);
|
||||
|
||||
/**
|
||||
* Company management
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user