mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 02:20:17 +01:00
suppression TODO
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user