working on widget video resizing integration
[living-lab-site.git] / application / config / routes.php
old mode 100755 (executable)
new mode 100644 (file)
index 5f9a583..4397b79
 |
 */
 
-$route['default_controller'] = "welcome";
+$route['default_controller'] = "catalog";
 $route['404_override'] = '';
 
+$route['watch/([\d]+)/?'] = "video/watch/$1";
+$route['watch/([\d]+)/(.+)'] = "video/watch/$1/$2";
+
 
 /* End of file routes.php */
 /* Location: ./application/config/routes.php */
\ No newline at end of file