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
It should be possible to run a command to list all the URLs in an application and what module they map to. So say you have a url rule that looks like this /post/[0-9]+ where the id is stored in a variable called articleId it should show something like this:
It should be possible to run a command to list all the URLs in an application and what module they map to. So say you have a url rule that looks like this /post/[0-9]+ where the id is stored in a variable called articleId it should show something like this:
% aether urls
/post/[0-9]+ -> AetherModulePost [[0-9]+ => 'articleId']
The text was updated successfully, but these errors were encountered: