Help @schrej not have an aneurysm.
This commit is contained in:
parent
5e63ac0baa
commit
59f9ab6e90
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($node->getConfigurationAsJson());
|
||||
return response($node->getConfigurationAsJson())->header('Content-Type', 'text/json');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue