Skip to content

Commit 8efcc93

Browse files
committed
Googlebot all error response 429
1 parent 4e44d96 commit 8efcc93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/instaghub_web/controllers/page_controller.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ defmodule InstaghubWeb.PageController do
3737
429 ->
3838
handle_429(conn, ua_type)
3939
_ ->
40-
handle_404(conn, ua_type)
40+
handle_429(conn, ua_type)
4141
end
4242
end
4343

0 commit comments

Comments
 (0)