forked from AkkomaGang/akkoma
Move emoji pack list from /list to /
This commit is contained in:
parent
cb125ffaf7
commit
f24731788e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue