diff options
Diffstat (limited to 'apps/comments/appinfo/routes.php')
-rw-r--r-- | apps/comments/appinfo/routes.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/comments/appinfo/routes.php b/apps/comments/appinfo/routes.php index e8e537e5b1e..8a7a60c4dcd 100644 --- a/apps/comments/appinfo/routes.php +++ b/apps/comments/appinfo/routes.php @@ -20,7 +20,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/> * */ - return [ 'routes' => [ ['name' => 'Notifications#view', 'url' => '/notifications/view/{id}', 'verb' => 'GET'], |