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
So far all (internal) urls have been hard coded, i.e. constructed with the help of format. Now that we use reitit we should use its reverse routing capability to generate the urls based on the router data.
So far all (internal) urls have been hard coded, i.e. constructed with the help of
format. Now that we usereititwe should use its reverse routing capability to generate the urls based on the router data.