dever 6 years ago
parent
commit
d3fdc3cf4c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      config/route.php

+ 2 - 1
config/route.php

@@ -1,5 +1,6 @@
 <?php
 return array
 (
-'home' => 'home',
+	'home' => 'home',
+	'view_(.*?)_(.*?).html' => 'view.get?type=$1&id=$2',
 );