You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to add a method in core/Router.php for parsing URL path parameters like /users/{id}. We will need this functionality if we want to view single resources (NOT list all of them) both in our front end and in the API.