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:
Ekaterina Vaartis 2019-08-11 22:32:15 +03:00
commit 54b8e683bc
5 changed files with 23 additions and 27 deletions

View file

@ -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