From: nupplaPhil Date: Wed, 22 Jan 2020 23:31:22 +0000 (+0100) Subject: Add explicit contact route X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e59a9fbef7b5ea97822f04d5f6aafcfb3f5f7796;p=friendica.git Add explicit contact route --- diff --git a/static/routes.config.php b/static/routes.config.php index aa04d6e6f7..44502cdfb2 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -174,6 +174,7 @@ return [ '/home[/json]' => [Module\Notifications\Notifications::class, [R::GET, R::POST]], '/intros[/json]' => [Module\Notifications\Introductions::class, [R::GET, R::POST]], '/intros/all[/json]' => [Module\Notifications\Introductions::class, [R::GET, R::POST]], + '/intros/{contact:\d+}[/json]' => [Module\Notifications\Introductions::class, [R::GET, R::POST]], ], '/notify' => [