mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-19 06:06:05 +01:00
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
|
||||
# Pack info / downloading
|
||||
get("/list", EmojiAPIController, :list_packs)
|
||||
get("/", EmojiAPIController, :list_packs)
|
||||
get("/download_shared/:name", EmojiAPIController, :download_shared)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue