Skip to content

Commit

Permalink
Merge pull request #1865 from betagouv/master
Browse files Browse the repository at this point in the history
MEP Fix broken route count-by-departments
  • Loading branch information
charlescd authored Jan 30, 2025
2 parents 34f1fbe + 51c452a commit 72d64a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/routes
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ GET /api/reports/cloudword/:companyId controller
# tab "Signalements"
GET /api/stats/reports/count controllers.StatisticController.getReportsCount()
GET /api/stats/reports/curve controllers.StatisticController.getReportsCountCurve()
GET /api/reports/count-by-departments controllers.StatisticController.countByDepartments()
GET /api/stats/reports/count-by-departments controllers.StatisticController.countByDepartments()
# tab "Professionnels"
GET /api/stats/reports/pro-totransmit controllers.StatisticController.getProReportToTransmitStat()
GET /api/stats/reports/pro-transmitted controllers.StatisticController.getProReportTransmittedStat()
Expand Down

0 comments on commit 72d64a7

Please sign in to comment.