fixes- found that TwitterAPI.Controller adds .json suffix already

This commit is contained in:
Vivian Lim 2018-06-23 23:05:54 -07:00
commit 6316003946
2 changed files with 20 additions and 1 deletions

View file

@ -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