diff options
author | rinpatch <rinpatch@sdf.org> | 2019-09-30 00:26:49 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-09-30 00:26:49 +0300 |
commit | 1fba66178dd174b96e4531b59d134a62b9013e87 (patch) | |
tree | 1f2581f2aab731bd9554fdf8bec51a4ff783d6c1 /lib/pleroma/web/router.ex | |
parent | 81b4243173f31fd47eb598fb7ed95cadadf90c2f (diff) | |
parent | 90537f398160eddfb8033c1cdfe1acc21ee63c4a (diff) | |
download | pleroma-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.ex | 8 |
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 |