mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Replace path parameter with query string parameter in Module\Search\Saved
This commit is contained in:
parent
c5f4f730e1
commit
74bf3a4dc8
9 changed files with 16 additions and 19 deletions
|
@ -191,8 +191,8 @@ return [
|
|||
'/search' => [
|
||||
'[/]' => [Module\Search\Index::class, [R::GET]],
|
||||
'/acl' => [Module\Search\Acl::class, [R::GET, R::POST]],
|
||||
'/saved/add/{term}' => [Module\Search\Saved::class, [R::GET]],
|
||||
'/saved/remove/{term}' => [Module\Search\Saved::class, [R::GET]],
|
||||
'/saved/add' => [Module\Search\Saved::class, [R::GET]],
|
||||
'/saved/remove' => [Module\Search\Saved::class, [R::GET]],
|
||||
],
|
||||
|
||||
'/settings' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue