mod_base dispatch rules (dispatch-test)

URL dispatch rules defined by mod_base in apps/zotonic_mod_base/priv/dispatch/dispatch-test.

This file defines the URL dispatch rules for mod_base. Rules are matched from top to bottom; the first matching rule handles the request.

Source: apps/zotonic_mod_base/priv/dispatch/dispatch-test

This set is stored in the dispatch-test dispatch file.

Dispatch namePathControllerOptions
initial_test/test/initial_postback_testcontroller_template[{template,"tests/initial_postback_test.tpl"},seo_noindex]
connection_test/test/connectioncontroller_template[{template,"tests/connection_test.tpl"},seo_noindex]
chart_test/test/chartcontroller_template[{template,"tests/chart_test.tpl"},seo_noindex]

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.