mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-03-29 14:55:27 +00:00
Call TrailingFormatPlug for /api/pleroma/emoji
Apparently Pleroma-FE still calls it with trailing '.json'
This commit is contained in:
parent
fe7cf44c40
commit
3523bdcf26
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ defmodule Pleroma.Plugs.TrailingFormatPlug do
|
|||
"/nodeinfo",
|
||||
"/api/help",
|
||||
"/api/externalprofile",
|
||||
"/notice"
|
||||
"/notice",
|
||||
"/api/pleroma/emoji"
|
||||
]
|
||||
|
||||
def init(opts) do
|
||||
|
|
Loading…
Reference in a new issue