Change endpoint path

This commit is contained in:
Egor Kislitsyn 2020-11-11 20:39:57 +04:00
commit d26a449396
No known key found for this signature in database
GPG key ID: 1B49CB15B71E7805
3 changed files with 6 additions and 7 deletions

View file

@ -245,7 +245,7 @@ defmodule Pleroma.Web.Router do
delete("/chats/:id/messages/:message_id", ChatController, :delete_message)
get("/frontends", FrontendController, :index)
post("/frontends", FrontendController, :install)
post("/frontends/install", FrontendController, :install)
post("/backups", AdminAPIController, :create_backup)
end