Skip to content

Commit

Permalink
Merge pull request #315 from BaseAdresseNationale/antoineludeau/fix-a…
Browse files Browse the repository at this point in the history
…nalytics-tag-on-patch

fix analytics tag on patch
  • Loading branch information
antoineludeau authored Oct 30, 2023
2 parents eb28248 + eb2f8c4 commit 78771fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/middleware/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const methodToDefaultAction = {
GET: 'Lecture',
POST: 'Création',
PUT: 'Modification',
PATCH: 'Modification partielle',
DELETE: 'Suppression Unique',
}

Expand Down

0 comments on commit 78771fa

Please sign in to comment.