diff --git a/routes/api.php b/routes/api.php index 3e92f0c..1611d34 100644 --- a/routes/api.php +++ b/routes/api.php @@ -17,7 +17,7 @@ | */ if (Config::get('fintech.chat.enabled')) { - Route::prefix(config('fintech.chat.root_prefix', 'api/'))->middleware(['api', 'http_log', 'encrypted'])->group(function () { + Route::prefix(config('fintech.chat.root_prefix', 'api/'))->middleware(['api'])->group(function () { Route::prefix('chat')->name('chat.')->group(function () { Route::apiResource('chat-groups', ChatGroupController::class);