summaryrefslogtreecommitdiffstats
path: root/appinfo/routes.php
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2020-10-19 09:56:19 -0100
committerMaxence Lange <maxence@artificial-owl.com>2020-10-19 09:56:19 -0100
commitccb6196a71a2fc2bc4db877a53331db1ec919885 (patch)
tree1477b5a9fe21b3c7ac6d42fe6738c1b4fbb25be1 /appinfo/routes.php
parentba1adcef521f5e70af82e931bdd1b4cbac09e928 (diff)
duplicate
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index f97e1ebd..f88528b8 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -50,7 +50,6 @@ return [
['name' => 'Navigation#resizedGetPublic', 'url' => '/document/public/resized', 'verb' => 'GET'],
['name' => 'ActivityPub#actor', 'url' => '/users/{username}', 'verb' => 'GET'],
- ['name' => 'ActivityPub#actorAlias', 'url' => '/@{username}', 'verb' => 'GET'],
['name' => 'ActivityPub#actorAlias', 'url' => '/@{username}/', 'verb' => 'GET'],
['name' => 'ActivityPub#inbox', 'url' => '/@{username}/inbox', 'verb' => 'POST'],
['name' => 'ActivityPub#getInbox', 'url' => '/@{username}/inbox', 'verb' => 'GET'],