From 550291afbf4488a583b2eed390737def0e08fc45 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 29 Apr 2019 17:51:38 +0200 Subject: [PATCH] AP endpoints are added to the list of backend processes --- src/App.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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',