forked from AkkomaGang/akkoma
Apply suggestion to lib/pleroma/web/router.ex
This commit is contained in:
parent
f9be517c7f
commit
a81f80233d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue