Longer timeouts for outgoing federation.
[akkoma] / lib / pleroma / web / router.ex
index 5f78ff97fc611edcccd6677f7211c0602777dc83..5a0f3b63f3f797947c3c6321142c10d7f3172db9 100644 (file)
@@ -26,8 +26,8 @@ defmodule Pleroma.Web.Router do
   scope "/api", Pleroma.Web do
     pipe_through :api
 
-    get "/help/test", TwitterAPI.Controller, :help_test
-    get "/statusnet/config", TwitterAPI.Controller, :config
+    get "/help/test", TwitterAPI.UtilController, :help_test
+    get "/statusnet/config", TwitterAPI.UtilController, :config
 
     get "/statuses/public_timeline", TwitterAPI.Controller, :public_timeline
     get "/statuses/public_and_external_timeline", TwitterAPI.Controller, :public_and_external_timeline