]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
rename CSS attributes notify => notification
[friendica.git] / static / routes.config.php
index 44502cdfb2c36be95edb00dea4ffc2411e193e81..f453856581c16558850d9d650a585d6816aa2b0a 100644 (file)
@@ -177,10 +177,10 @@ return [
                '/intros/{contact:\d+}[/json]' => [Module\Notifications\Introductions::class, [R::GET, R::POST]],
        ],
 
-       '/notify'         => [
-               '[/]'            => [Module\Notifications\Notify::class, [R::GET]],
-               '/view/{id:\d+}' => [Module\Notifications\Notify::class, [R::GET]],
-               '/mark/all'      => [Module\Notifications\Notify::class, [R::GET]],
+       '/notification'         => [
+               '[/]'            => [Module\Notifications\Notification::class, [R::GET]],
+               '/view/{id:\d+}' => [Module\Notifications\Notification::class, [R::GET]],
+               '/mark/all'      => [Module\Notifications\Notification::class, [R::GET]],
        ],
        '/objects/{guid}' => [Module\Objects::class, [R::GET]],