aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/router.ex
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-09-30 00:26:49 +0300
committerrinpatch <rinpatch@sdf.org>2019-09-30 00:26:49 +0300
commit1fba66178dd174b96e4531b59d134a62b9013e87 (patch)
tree1f2581f2aab731bd9554fdf8bec51a4ff783d6c1 /lib/pleroma/web/router.ex
parent81b4243173f31fd47eb598fb7ed95cadadf90c2f (diff)
parent90537f398160eddfb8033c1cdfe1acc21ee63c4a (diff)
downloadpleroma-1fba66178dd174b96e4531b59d134a62b9013e87.tar.gz
Merge branch 'develop' into cleanup/drop-subscription-table-if-exists
Diffstat (limited to 'lib/pleroma/web/router.ex')
-rw-r--r--lib/pleroma/web/router.ex8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/pleroma/web/router.ex b/lib/pleroma/web/router.ex
index a025474e2..805bef16f 100644
--- a/lib/pleroma/web/router.ex
+++ b/lib/pleroma/web/router.ex
@@ -293,14 +293,6 @@ defmodule Pleroma.Web.Router do
pipe_through(:oauth_read)
get("/conversations/:id/statuses", PleromaAPIController, :conversation_statuses)
get("/conversations/:id", PleromaAPIController, :conversation)
-
- scope "/subscription_notifications" do
- post("/clear", SubscriptionNotificationController, :clear)
- post("/dismiss", SubscriptionNotificationController, :dismiss)
- delete("/destroy_multiple", SubscriptionNotificationController, :destroy_multiple)
- get("/", SubscriptionNotificationController, :index)
- get("/:id", SubscriptionNotificationController, :show)
- end
end
scope [] do