Use <select> for format list
This commit is contained in:
parent
24bf119a9c
commit
ed7018c957
3 changed files with 22 additions and 20 deletions
|
@ -45,7 +45,7 @@ $app->get(
|
|||
$app->get(
|
||||
'/redirect',
|
||||
array($controller, 'redirect')
|
||||
);
|
||||
)->setName('redirect');
|
||||
$app->get(
|
||||
'/json',
|
||||
array($controller, 'json')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue