X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Froutes.config.php;h=e1dbc6321b3ab8caa6bcdc0a9603691723b749e2;hb=3a42849759f6705b6da4a592cb668b62e16e8ebf;hp=1b708140ca7d8d343dcc53a3f068c47c41632a08;hpb=fbded95f656a4dd852d45f80c1fb31e41cd08f3d;p=friendica.git diff --git a/static/routes.config.php b/static/routes.config.php index 1b708140ca..e1dbc6321b 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -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]],