Move emoji pack list from /list to /

This commit is contained in:
Ekaterina Vaartis 2019-09-11 19:01:21 +03:00
parent cb125ffaf7
commit f24731788e
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ defmodule Pleroma.Web.Router do
scope "/packs" do scope "/packs" do
# Pack info / downloading # Pack info / downloading
get("/list", EmojiAPIController, :list_packs) get("/", EmojiAPIController, :list_packs)
get("/download_shared/:name", EmojiAPIController, :download_shared) get("/download_shared/:name", EmojiAPIController, :download_shared)
end end
end end