forked from AkkomaGang/akkoma
Fix typo
This commit is contained in:
parent
de20c8d620
commit
00d7d109ef
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ def user_fetcher(username) do
|
|||
end
|
||||
|
||||
pipeline :well_known do
|
||||
plug(:accepts, ["json", "jrd+json", "xml", "xml+xrd"])
|
||||
plug(:accepts, ["json", "jrd+json", "xml", "xrd+xml"])
|
||||
end
|
||||
|
||||
pipeline :config do
|
||||
|
|
Loading…
Reference in a new issue