Remove some TwitterAPI endpoints
[akkoma] / lib / pleroma / web / router.ex
index 3f36f6c1a8d000b7e3f7de3f554a77dd02a2888d..c3ea7b6260386488c923c3284d3daea7ff427803 100644 (file)
@@ -481,10 +481,6 @@ defmodule Pleroma.Web.Router do
   scope "/api", Pleroma.Web do
     pipe_through(:config)
 
-    get("/help/test", TwitterAPI.UtilController, :help_test)
-    post("/help/test", TwitterAPI.UtilController, :help_test)
-    get("/statusnet/config", TwitterAPI.UtilController, :config)
-    get("/statusnet/version", TwitterAPI.UtilController, :version)
     get("/pleroma/frontend_configurations", TwitterAPI.UtilController, :frontend_configurations)
   end