From: Michael Vogel <icarus@dabo.de>
Date: Mon, 29 Apr 2019 15:51:38 +0000 (+0200)
Subject: AP endpoints are added to the list of backend processes
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=550291afbf4488a583b2eed390737def0e08fc45;p=friendica.git

AP endpoints are added to the list of backend processes
---

diff --git a/src/App.php b/src/App.php
index fddfb0a6da..9cde124998 100644
--- a/src/App.php
+++ b/src/App.php
@@ -642,13 +642,18 @@ class App
 			'_well_known',
 			'api',
 			'dfrn_notify',
+			'feed',
 			'fetch',
+			'followers',
+			'following',
 			'hcard',
 			'hostxrd',
+			'inbox',
 			'manifest',
 			'nodeinfo',
 			'noscrape',
-			'p',
+			'objects',
+			'outbox',
 			'poco',
 			'post',
 			'proxy',