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 namePathControllerOptions
hello_world/test/hello_worldcontroller_hello_world[]
hello_world_tpl/test/hello_world_tplcontroller_template[{template,<<"hello_world.tpl">>},{anonymous,true}]

Edit on GitHub

Referred by

Dispatch rules

All dispatch rules

All the dispatch rules from all modules. For a background on dispatch rules, see The URL dispatch system.