1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 12:22:28 +01:00

Help @schrej not have an aneurysm.

This commit is contained in:
Dane Everitt 2017-02-16 15:49:14 -05:00
parent 5e63ac0baa
commit 59f9ab6e90
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -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');
}
}