Skip to content

Commit

Permalink
🐛 #118 correção texto
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Jul 30, 2022
1 parent d198b7d commit 6ad882c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/CreateApiRoutesCall.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public function addIndexRoutes()
$this->addBlankLine();
$this->addLine(ESP.'$msgJson = json_encode($msg);');
$this->addLine(ESP.'$response->getBody()->write( $msgJson );');
$this->addLine(ESP.'$result = $response->withHeader(\'Content-Type', 'application/json\');');
$this->addLine(ESP.'$result = $response->withHeader(\'Content-Type\', \'application/json\');');
$this->addLine(ESP.'return $result;');
$this->addLine('});');
$this->addBlankLine();
Expand Down

0 comments on commit 6ad882c

Please sign in to comment.