fixes- found that TwitterAPI.Controller adds .json suffix already
This commit is contained in:
parent
f2badd4424
commit
6316003946
2 changed files with 20 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ defmodule Pleroma.Web.Router do
|
|||
get("/friendships/no_retweets/ids", TwitterAPI.Controller, :empty_array)
|
||||
|
||||
get("/mutes/users/ids", TwitterAPI.Controller, :empty_array)
|
||||
get("/qvitter/mutes.json", TwitterAPI.Controller, :empty_array)
|
||||
get("/qvitter/mutes", TwitterAPI.Controller, :empty_array)
|
||||
|
||||
get("/externalprofile/show", TwitterAPI.Controller, :external_profile)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue