Part V: Route to the REST Layer!!
public
–
8 min read
The Rest layer is the one we call the "User facing" layer. Because it is the one that accepts the user's requests and returns the appropriate responses. Looking at it technically, we implement all the REST API routes in this layer