Remove JSON output as we don't use it anymore
This commit is contained in:
parent
ec250b0d05
commit
5e09d8adc7
2 changed files with 0 additions and 27 deletions
|
@ -48,8 +48,4 @@ $app->get(
|
|||
'/redirect',
|
||||
[$controller, 'redirect']
|
||||
)->setName('redirect');
|
||||
$app->get(
|
||||
'/json',
|
||||
[$controller, 'json']
|
||||
);
|
||||
$app->run();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue