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
{{ message }}
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
Generating keys for routes, so we always know the endpoints that exist. For example
Routekey.admin.users
which will return/admin/users/
Routekey.admin.users.edit(1)
which will return/admin/users/1/edit
etc, etc.
The text was updated successfully, but these errors were encountered: