Skip to content
Snippets Groups Projects
Commit 188ae7f7 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

deployment gui - valuestore - http api - set json MIME header on get action

parent de8e26da
Branches
No related tags found
No related merge requests found
......@@ -117,6 +117,7 @@ $oVersion->setProject($sProject, $sPackage, $sPhase, $sPlace, $sHost);
switch ($sAction) {
case 'get':
header('Content-Type: application/json');
echo json_encode($oVersion->getVersion());
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment