Merge branch 'get_announce_visibility-name' into 'develop'
[akkoma] / lib / pleroma / web / router.ex
index 29f53108c05deef998b37b8dab2bb39f38e9f4a0..50197899496a34120d5301d6696d4435ea649925 100644 (file)
@@ -661,10 +661,10 @@ defmodule Pleroma.Web.Router do
   scope "/", Pleroma.Web.MastodonAPI do
     pipe_through(:mastodon_html)
 
-    get("/web/login", MastodonAPIController, :login)
-    delete("/auth/sign_out", MastodonAPIController, :logout)
+    get("/web/login", AuthController, :login)
+    delete("/auth/sign_out", AuthController, :logout)
 
-    post("/auth/password", MastodonAPIController, :password_reset)
+    post("/auth/password", AuthController, :password_reset)
 
     scope [] do
       pipe_through(:oauth_read)