We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e44d96 commit 8efcc93Copy full SHA for 8efcc93
lib/instaghub_web/controllers/page_controller.ex
@@ -37,7 +37,7 @@ defmodule InstaghubWeb.PageController do
37
429 ->
38
handle_429(conn, ua_type)
39
_ ->
40
- handle_404(conn, ua_type)
+ handle_429(conn, ua_type)
41
end
42
43
0 commit comments