diff --git a/routes/api.php b/routes/api.php index 0119ffc..eabd51c 100644 --- a/routes/api.php +++ b/routes/api.php @@ -158,6 +158,4 @@ Route::group(['middleware' => 'api', 'prefix' => 'v1', 'as' => 'api.'], function Route::get('/order/status', 'OrdersStatusReportController@index')->name('order.status'); }); - s - }); \ No newline at end of file