Skip to content

Commit

Permalink
publicview
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Apr 19, 2024
1 parent 9dd850e commit 37526f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/config/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
$route['default_controller'] = 'welcome';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;
$route['publicview/:num'] = 'publicview/show/$1';
$route['publicview/([a-z]+)'] = 'publicview/show/$1';

0 comments on commit 37526f7

Please sign in to comment.