zotonic_site_testsandbox dispatch rules (testing)

URL dispatch rules defined by zotonic_site_testsandbox in apps/zotonic_site_testsandbox/priv/dispatch/testing.

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

Source: apps/zotonic_site_testsandbox/priv/dispatch/testing

This set is stored in the testing dispatch file.

Dispatch namePathControllerOptions
home/controller_template[{template,"home.tpl"}]
helloworld/helloworldcontroller_template[{template,"helloworld.tpl"},{anonymous,true}]
test/testcontroller_test_helloworld[]
page/page/:idcontroller_page[{template,{cat,"page.tpl"}}]
page/page/:id/:slugcontroller_page[{template,{cat,"page.tpl"}}]

Edit on GitHub