Apply suggestion to lib/pleroma/web/router.ex

This commit is contained in:
Roman Chvanikov 2019-09-17 13:43:10 +00:00
parent f9be517c7f
commit a81f80233d

View file

@ -274,7 +274,7 @@ defmodule Pleroma.Web.Router do
post("/dismiss", SubscriptionNotificationController, :dismiss)
delete("/destroy_multiple", SubscriptionNotificationController, :destroy_multiple)
get("/", SubscriptionNotificationController, :list)
get("/id", SubscriptionNotificationController, :get)
get("/:id", SubscriptionNotificationController, :get)
end
end