Swap TOML for YAML to get YAML generation for packs from fallbacks
If fallback url doesn't have a pack.yml file, one from the source will be used
This commit is contained in:
parent
b791a08656
commit
54b8e683bc
5 changed files with 23 additions and 27 deletions
|
|
@ -225,7 +225,6 @@ defmodule Pleroma.Web.Router do
|
|||
# Pack info / downloading
|
||||
get("/list", EmojiAPIController, :list_packs)
|
||||
get("/download_shared/:name", EmojiAPIController, :download_shared)
|
||||
get("/sha_of_shared/:name", EmojiAPIController, :sha_of_shared)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue