summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-09-13 20:56:40 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-09-25 14:07:24 +0200
commitea34bc6e70de68fbf3af3a5b620af4619f6a26a1 (patch)
treef45e5d40be8df4eee7b83cc267b863c4aa5ae86f /appinfo
parentde841d182691fc52771217f46d60609db91a0061 (diff)
cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 3cbc781e..c30fa8d5 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -60,7 +60,6 @@ return [
['name' => 'OStatus#followRemote', 'url' => '/api/v1/ostatus/followRemote/{local}', 'verb' => 'GET'],
['name' => 'OStatus#getLink', 'url' => '/api/v1/ostatus/link/{local}/{account}', 'verb' => 'GET'],
- // should it be moved to NavigationController ?
['name' => 'SocialPub#displayPost', 'url' => '/@{username}/{token}', 'verb' => 'GET'],
['name' => 'Local#streamHome', 'url' => '/api/v1/stream/home', 'verb' => 'GET'],