diff --git a/routes/vue.php b/routes/vue.php index 97bd30cba4..d784e4865e 100644 --- a/routes/vue.php +++ b/routes/vue.php @@ -20,7 +20,7 @@ |-------------------------------------------------------------------------- */ -Route::group(['middleware' => ['auth', 'banned']], function () { +Route::group(['middleware' => ['auth', 'twostep', 'banned']], function () { Route::prefix('chat')->group(function () { Route::get('/config', [App\Http\Controllers\API\ChatController::class, 'config']);