Posts by leonardodavila • 26 points
1 post
-
1
votes2
answers98
viewsA: Create a controller to make a GET type request
If Voce is using express, you should use the get function and point to a function of your controller that lists your news. Something more or less like this: app.get('/', (req, res) => res.send(…