|
@@ -79,7 +79,7 @@ discard block |
|
|
block discarded – undo |
|
79
|
79
|
//TEMP |
|
80
|
80
|
$route['user/dashboard_beta'] = 'User/DashboardBeta'; |
|
81
|
81
|
|
|
82
|
|
-$route['api/internal/get_list'] = 'API/Internal/GetList'; |
|
|
82
|
+$route['api/internal/get_list'] = 'API/Internal/GetList'; |
|
83
|
83
|
$route['api/internal/get_list/(all|reading|on-hold|plan-to-read|(custom(?:1|2|3)))'] = 'API/Internal/GetList/index/$1'; |
|
84
|
84
|
|
|
85
|
85
|
$route['ajax/username_check']['post'] = 'Ajax/UsernameCheck'; //rate limited |
|
@@ -101,7 +101,7 @@ discard block |
|
|
block discarded – undo |
|
101
|
101
|
|
|
102
|
102
|
$route['import_amr'] = 'Import_AMR'; |
|
103
|
103
|
|
|
104
|
|
-$route['report_issue'] = 'ReportIssue'; |
|
|
104
|
+$route['report_issue'] = 'ReportIssue'; |
|
105
|
105
|
|
|
106
|
106
|
$route['stats'] = 'Stats'; |
|
107
|
107
|
$route['help'] = 'Help'; |
Please login to merge, or discard this patch.