Browse Source

Move emoji pack list from /list to /

object-id-column
Ekaterina Vaartis 4 years ago
parent
commit
f24731788e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/pleroma/web/router.ex

+ 1
- 1
lib/pleroma/web/router.ex View File

@@ -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…
Cancel
Save