diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2019-04-12 02:28:46 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-04-12 02:28:46 +0000 |
commit | 711ade961e43daaf7dc89aa6fd6da1faffc152ff (patch) | |
tree | 0466472c90a80bb14dc07a5e6a1a14d6827a4a00 /lib/pleroma/web/router.ex | |
parent | 9825a943917321204d26ca1b486491138c8c82da (diff) | |
download | pleroma-711ade961e43daaf7dc89aa6fd6da1faffc152ff.tar.gz |
adding destroy multiple for mastofe
Diffstat (limited to 'lib/pleroma/web/router.ex')
-rw-r--r-- | lib/pleroma/web/router.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pleroma/web/router.ex b/lib/pleroma/web/router.ex index 172f337db..a809347be 100644 --- a/lib/pleroma/web/router.ex +++ b/lib/pleroma/web/router.ex @@ -261,6 +261,7 @@ defmodule Pleroma.Web.Router do post("/notifications/dismiss", MastodonAPIController, :dismiss_notification) get("/notifications", MastodonAPIController, :notifications) get("/notifications/:id", MastodonAPIController, :get_notification) + delete("/notifications/destroy_multiple", MastodonAPIController, :destroy_multiple) get("/scheduled_statuses", MastodonAPIController, :scheduled_statuses) get("/scheduled_statuses/:id", MastodonAPIController, :show_scheduled_status) |