Removing useless line, re-deploy ( db_host change in drone secret)
continuous-integration/drone/push Build is passing Details

master
dorian.hodin 2 years ago
parent e431e327b5
commit 32daba7289

@ -41,7 +41,6 @@ $app->get('/', function (Request $request, Response $response) {
$ok = false;
foreach ($listGateway as $gateway){
try {
echo implode("\n", get_class_methods((new $gateway)));
if (method_exists($gateway, $method)) {
$ok = true;
$response->getBody()->write(json_encode((new $gateway)->$method($parameters)));

Loading…
Cancel
Save