mod_development dispatch rules (tests)
URL dispatch rules defined by mod_development in apps/zotonic_mod_development/priv/dispatch/tests.
This file defines the URL dispatch rules for mod_development. Rules are matched from top to bottom; the first matching rule handles the request.
Source: apps/zotonic_mod_development/priv/dispatch/tests
This set is stored in the tests dispatch file.
| Dispatch name | Path | Controller | Options |
|---|---|---|---|
hello_world | /test/hello_world | controller_hello_world | [] |
hello_world_tpl | /test/hello_world_tpl | controller_template | [{template,<<"hello_world.tpl">>},{anonymous,true}] |