Skip to content

Commit

Permalink
Show help with url (local or prod).
Browse files Browse the repository at this point in the history
  • Loading branch information
maurobonfietti committed Jun 23, 2018
1 parent f8a25a3 commit 932e403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controller/DefaultController.php
Expand Up @@ -41,6 +41,7 @@ public function getHelp($request, $response, $args)
'version' => $url . 'version',
'this help' => $url . '',
];
var_dump($_SERVER); exit;

return $this->jsonResponse('success', $message, 200);
}
Expand Down

0 comments on commit 932e403

Please sign in to comment.