From 217c5e1ece8ffbd900a3a60fd7e6faf463a8a4e6 Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Sat, 12 Oct 2019 23:03:24 +0800 Subject: [PATCH] Remove additional whitespace --- routes/api.php | 1 - 1 file changed, 1 deletion(-) diff --git a/routes/api.php b/routes/api.php index e9d0246..8651599 100644 --- a/routes/api.php +++ b/routes/api.php @@ -1,6 +1,5 @@ 'v1', 'namespace' => 'Api', 'as' => 'api.', 'middleware' => []], function () { Route::post('products/search', ['as' => 'products.search', 'uses' => 'ProductsController@search']); });