Route

Routes are used to determine how the application responds to client request.

Routes define the endpoints ([[URL]]) that clients can access and specify what content or actions the server should provide in response to different requests.