keyboard working with magic sidebar

This commit is contained in:
Andras Bacsai
2023-05-12 10:45:28 +02:00
parent 7b9d1284aa
commit 4a5ee9342e
3 changed files with 185 additions and 159 deletions

View File

@@ -81,7 +81,7 @@ Route::middleware(['auth'])->group(function () {
]);
}
return response()->json([
'environment' => $environment->name
'environment_name' => $environment->name
]);
}
return response()->json([