mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2025-01-26 06:49:58 +01:00
Fix TrailingFormatPlug not being active for /api/oauth_tokens
This commit is contained in:
parent
21716aa594
commit
c389fb4dcc
@ -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…
x
Reference in New Issue
Block a user