From 8ffc77c4fc6b34780e4b60e330f83949195e18b2 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 22 Oct 2018 20:18:08 +0200 Subject: Allow templates to be created from the web Signed-off-by: Roeland Jago Douma --- appinfo/routes.php | 1 + 1 file changed, 1 insertion(+) (limited to 'appinfo') diff --git a/appinfo/routes.php b/appinfo/routes.php index e2fe270d..30baf711 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -29,6 +29,7 @@ return [ 'routes' => [ //documents ['name' => 'document#index', 'url' => 'index', 'verb' => 'GET'], + ['name' => 'document#template', 'url' => 'indexTemplate', 'verb' => 'GET'], ['name' => 'document#publicPage', 'url' => '/public', 'verb' => 'GET'], ['name' => 'document#create', 'url' => 'ajax/documents/create', 'verb' => 'POST'], -- cgit v1.2.3