We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e63ac0 commit 59f9ab6Copy full SHA for 59f9ab6
1 file changed
app/Http/Controllers/Remote/RemoteController.php
@@ -126,6 +126,6 @@ public function getConfiguration(Request $request, $tokenString)
126
$token->delete();
127
128
// Manually as getConfigurationAsJson() returns it in correct format already
129
- return response($node->getConfigurationAsJson());
+ return response($node->getConfigurationAsJson())->header('Content-Type', 'text/json');
130
}
131
0 commit comments