Difference between route and endpoint?
问题 Question: I have a probably rather simple question, but I'm unable to find an answer with nice explanations: What is the difference (if any) between a route and an endpoint in the context of a RESTful API developed within a Node.js / Express application (but these concepts may be broader?!...)? (Does it relate to URLs in some way?) Example: For example, in this article: https://medium.com/@purposenigeria/build-a-restful-api-with-node-js-and-express-js-d7e59c7a3dfb we can read: We imported