Add an endpoint for emoji pack metadata updating
This commit is contained in:
parent
adf31d596e
commit
bcc0bfd0c5
2 changed files with 49 additions and 1 deletions
|
|
@ -218,6 +218,7 @@ defmodule Pleroma.Web.Router do
|
|||
# Modifying packs
|
||||
pipe_through([:admin_api, :oauth_write])
|
||||
|
||||
post("/update_metadata/:name", EmojiAPIController, :update_metadata)
|
||||
delete("/delete/:name", EmojiAPIController, :delete)
|
||||
post("/download_from", EmojiAPIController, :download_from)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue