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
In order for the server to work we need to know what urls are assigned to what action.
To do this you can access the routes.plist from Xcode. And add a string entry.
The first line is the key. It's for the url path. The second is for the action name.
For instance if I wanted to create the URL path /hello run the action helloworld it would look something like this