update api routes

This commit is contained in:
omair saleh
2022-01-10 15:52:51 +08:00
parent be2b9d8759
commit 1e37de379d
-2
View File
@@ -125,8 +125,6 @@ Route::get('/deliveries/refresh', function(){
Route::get('/order/{id}/download', 'Orders\DownloadOrderQrPdfController@download')->name('order.qr.download');
Route::get('/report/customclearance', 'Reports\CustomcClearanceReportController@download')->name('report.customclearance');
Route::get('/report/customclearance/{orderid}', 'Reports\CustomcClearanceReportController@download')->name('report.customclearance');
Route::group(['prefix' => 'template', 'as' => 'template.'], function () {