summaryrefslogtreecommitdiff
path: root/core/config/routes.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/config/routes.php')
-rw-r--r--core/config/routes.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/config/routes.php b/core/config/routes.php
index 5314d913..5c34acb7 100644
--- a/core/config/routes.php
+++ b/core/config/routes.php
@@ -17,6 +17,5 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
-
-$config['^(\w+)/(\d+)$'] = '$1/view/$2';
+$config['^(\w+)/(\d+)$'] = '$1/dispatch/$2';
$config['_default'] = 'welcome';