mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Fix double encoding of JSON
This commit is contained in:
@@ -126,6 +126,6 @@ class RemoteController extends Controller
|
|||||||
$token->delete();
|
$token->delete();
|
||||||
|
|
||||||
// Manually as getConfigurationAsJson() returns it in correct format already
|
// Manually as getConfigurationAsJson() returns it in correct format already
|
||||||
return response()->json($node->getConfigurationAsJson(), 200);
|
return response($node->getConfigurationAsJson());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user