updated column in orders module
This commit is contained in:
@@ -53,15 +53,12 @@ Route::group(['middleware' => 'auth'], function () {
|
||||
Route::post('post/remove-store-access', 'admin\AdminController@removeStoreAccess');
|
||||
Route::post('post/save-new-store-owner', 'admin\AdminController@saveNewStoreOwner');
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// Download Routes /////////////////
|
||||
Route::get('orders/download/tshirt/{ck}/{id}', 'admin\AdminController@downloadPrintFile_tshirt');
|
||||
Route::get('orders/download/jersey/{ck}/{id}', 'admin\AdminController@downloadPrintFile_jersey');
|
||||
// End Download Routes /////////////
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Route::auth();
|
||||
|
||||
Reference in New Issue
Block a user