diff --git a/routes/api.php b/routes/api.php index 9216057a..b4072389 100644 --- a/routes/api.php +++ b/routes/api.php @@ -13,7 +13,7 @@ Route::group([ 'prefix' => 'api', - 'middleware' => 'auth:api' + 'middleware' => 'auth:api', ], function () { // });