widyaageng / backendthree

0 stars 0 forks source link

Crap, remove _id and _v params from Mongoose documents, and parseInt shorturl #5

Closed widyaageng closed 2 years ago

widyaageng commented 2 years ago

Incorrect query return: _id: 61b5ff0836c3635487b99e95 original_url:"https://www.google.com" short_url:"1" __v:0

Correct query return: original_url:"https://www.google.com" short_url:1

widyaageng commented 2 years ago

Fixed with commits: