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