From 9f1b185e9355f8b1acba5c8cff1348339ae24089 Mon Sep 17 00:00:00 2001 From: daita Date: Wed, 7 Dec 2016 11:51:35 -0100 Subject: #90 - options on load --- appinfo/routes.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'appinfo') diff --git a/appinfo/routes.php b/appinfo/routes.php index 0a72d6d..78064a3 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -65,6 +65,12 @@ return [ 'url' => 'ajax/suggest.php', 'verb' => 'POST' ], + [ + 'name' => 'search#searchOptions', + 'url' => 'ajax/search_options.php', + 'verb' => 'POST' + ], + [ 'name' => 'search#searchRequestPublic', 'url' => 'ajax/search_public.php', -- cgit v1.2.3