Use <select> for format list

This commit is contained in:
Pierre Rudloff 2016-04-10 21:42:38 +02:00
parent 24bf119a9c
commit ed7018c957
3 changed files with 22 additions and 20 deletions

View file

@ -45,7 +45,7 @@ $app->get(
$app->get(
'/redirect',
array($controller, 'redirect')
);
)->setName('redirect');
$app->get(
'/json',
array($controller, 'json')