This commit is contained in:
2022-02-28 20:00:43 -05:00
parent 49e0c1191f
commit d323cc274b
4 changed files with 41 additions and 42 deletions
+2
View File
@@ -53,3 +53,5 @@ $route['default_controller'] = 'login';
$route['404_override'] = 'Wrb404';
$route['translate_uri_dashes'] = FALSE;
$route['auth/(.+)'] = 'home/auth/$1';
$route['cardreciepts/(.+)'] = 'paymnt/cardreciepts/$1';