Remove JSON output as we don't use it anymore

This commit is contained in:
Pierre Rudloff 2017-01-16 16:03:31 +01:00
parent ec250b0d05
commit 5e09d8adc7
2 changed files with 0 additions and 27 deletions

View file

@ -48,8 +48,4 @@ $app->get(
'/redirect',
[$controller, 'redirect']
)->setName('redirect');
$app->get(
'/json',
[$controller, 'json']
);
$app->run();