Skip to content

Commit

Permalink
fix: missing deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviortheking committed Sep 25, 2024
1 parent ce8d559 commit bbd5d28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/V2/endpoints/jsonEndpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ server
*/
.get('/:lang/:endpoint/:id/:subid', (req: CustomRequest, res) => {
let { id, lang, endpoint, subid } = req.params
console.log(req.params)

if (subid.endsWith('.json')) {
subid = subid.replace('.json', '')
Expand Down

0 comments on commit bbd5d28

Please sign in to comment.