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
The example above will load ./helloWorldController, which is expected to be a function, and will be configured as the route handle for /hello/world. You can alternatively map the route to an actual function.
The text was updated successfully, but these errors were encountered:
Adding the ability to configure routes and mapping them to modules that handle them would be fantastic. Example:
The example above will load
./helloWorldController
, which is expected to be a function, and will be configured as the route handle for/hello/world
. You can alternatively map the route to an actual function.The text was updated successfully, but these errors were encountered: