A route is a single endpoint, or URL if you prefer, which you can GET data from or POST data to. Each route should be defined once. Why would you define the same route multiple times? Each functionality can have multiple routes, depending on what you're building of course.
Comments