mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Fix dashboard CSV export
This commit is contained in:
parent
d5179305b5
commit
fa6ebd134f
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ Route::group([ 'prefix' => 'dashboard' ], function() {
|
|||
Route::get('/', 'DashboardController@index');
|
||||
Route::get('/contact', 'DashboardController@getContact');
|
||||
Route::get('/subscriptions', 'DashboardController@getSubscriptions');
|
||||
Route::get('/export', 'DashboardController@getExport');
|
||||
Route::get('/export/{model}', 'DashboardController@getExport');
|
||||
Route::post('/image-upload', 'DashboardController@postImageUpload');
|
||||
Route::post('/edit', 'DashboardController@postEdit');
|
||||
Route::post('/reorder', 'DashboardController@postReorder');
|
||||
|
|
Loading…
Reference in a new issue