forked from AkkomaGang/akkoma
Fix TrailingFormatPlug not being active for /api/oauth_tokens
This commit is contained in:
parent
8b19464176
commit
365657320c
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ defmodule Pleroma.Plugs.TrailingFormatPlug do
|
|||
"/api/help",
|
||||
"/api/externalprofile",
|
||||
"/notice",
|
||||
"/api/pleroma/emoji"
|
||||
"/api/pleroma/emoji",
|
||||
"/api/oauth_tokens"
|
||||
]
|
||||
|
||||
def init(opts) do
|
||||
|
|
Loading…
Reference in a new issue