feat(backend): add responsable historique endpoint
This commit is contained in:
@@ -3,6 +3,8 @@ import {
|
||||
getAnomalies,
|
||||
getDashboard,
|
||||
getEmprunts,
|
||||
getHistorique,
|
||||
getHistoriqueCsv,
|
||||
getMateriels,
|
||||
getNotifications,
|
||||
patchNotificationLue,
|
||||
@@ -18,3 +20,5 @@ responsableRoutes.get('/anomalies', getAnomalies);
|
||||
responsableRoutes.get('/notifications', getNotifications);
|
||||
responsableRoutes.patch('/notifications/lu-toutes', patchNotificationsLues);
|
||||
responsableRoutes.patch('/notifications/:id/lu', patchNotificationLue);
|
||||
responsableRoutes.get('/historique', getHistorique);
|
||||
responsableRoutes.get('/historique/export.csv', getHistoriqueCsv);
|
||||
|
||||
Reference in New Issue
Block a user