Allow for short screenshot urls.
This commit is contained in:
parent
da3439e9a4
commit
3de47410a5
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@
|
|||
$route['default_controller'] = "upload";
|
||||
$route['404_override'] = '';
|
||||
|
||||
$route['[0-9]+'] = 'view/specific/$1';
|
||||
|
||||
|
||||
/* End of file routes.php */
|
||||
/* Location: ./application/config/routes.php */
|
Loading…
Reference in a new issue