suppression TODO

This commit is contained in:
2023-01-02 20:55:26 +01:00
parent 77f2cea46c
commit 50b7d2a7c5

View File

@@ -134,14 +134,6 @@ const getStats = (interval, limit=10) => {
})
}
/*
* /get_last_review?limit=LIM
* /get_review?id=ID
* /get_criteres
* /notes_autres?critere=CRIT&limit=LIM
* /notes_autres?id=ID&limit=LIM
*/
export const handleGetLastReviews = (req, res) => {
getLastReviews(req.query.limit)
.then((reviews) => {