Skip to content

Commit

Permalink
Header name casing
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesvdvreken committed Apr 1, 2016
1 parent 64880e2 commit 8bc3d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3-multi/src/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ public function index()
$response->getBody()->write(json_encode($this->profiles));

return $response
->withHeader('Content-type', 'application/json');
->withHeader('Content-Type', 'application/json');
}
}

0 comments on commit 8bc3d98

Please sign in to comment.