0
I am creating a simple API with Ode that I do a news post, in this I am using express to create my routes of my application, I have already managed to create a controller that posts my news, but I do not know how a controller would do to get.. someone could help me??
If you’ve ever made a route to a
POST
, what is the difficulty in creating one for the methodGET
? Post your code to make it easier to demonstrate what needs to be done on it.– Andre