mirror of
https://github.com/friendica/friendica
synced 2025-04-27 04:30:11 +00:00
Refactor Delegation modules
- Remove dependency on DI - Group translation labels in template variables - Reformat tempate code
This commit is contained in:
parent
c98a0a99a6
commit
e6855d3125
6 changed files with 344 additions and 274 deletions
|
@ -423,8 +423,8 @@ return [
|
|||
],
|
||||
|
||||
'/credits' => [Module\Credits::class, [R::GET]],
|
||||
'/delegation' => [Module\Delegation::class, [R::GET, R::POST]],
|
||||
'/dfrn_notify[/{nickname}]' => [Module\DFRN\Notify::class, [R::POST]],
|
||||
'/delegation' => [Module\User\Delegation::class, [R::GET, R::POST]],
|
||||
'/dfrn_notify[/{nickname}]' => [Module\DFRN\Notify::class, [ R::POST]],
|
||||
'/dfrn_poll/{nickname}' => [Module\DFRN\Poll::class, [R::GET]],
|
||||
'/dirfind' => [Module\Search\Directory::class, [R::GET]],
|
||||
'/directory' => [Module\Directory::class, [R::GET]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue