Fix double encoding of JSON
This commit is contained in:
parent
f9dc66b4dd
commit
5e63ac0baa
1 changed files with 1 additions and 1 deletions
|
@ -126,6 +126,6 @@ class RemoteController extends Controller
|
|||
$token->delete();
|
||||
|
||||
// Manually as getConfigurationAsJson() returns it in correct format already
|
||||
return response()->json($node->getConfigurationAsJson(), 200);
|
||||
return response($node->getConfigurationAsJson());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue