diff --git a/routes/api.php b/routes/api.php index 547ff5d..0119ffc 100644 --- a/routes/api.php +++ b/routes/api.php @@ -158,6 +158,6 @@ 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