Here is an example of my situation:
localhost:8000/api/news?category=tech
At the moment, I have a router set up for the /api section and another one specifically for /api/news.
However, when I attempt to display req.params in the /api/news router, it does not show { "category": "tech" } as I expected.