Skip to content

Commit

Permalink
Redirecting Public to Challenge Site
Browse files Browse the repository at this point in the history
  • Loading branch information
jairoanaya committed Jan 10, 2025
1 parent 2881071 commit 51d5a45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/web/controllers/public/page_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ defmodule Web.Public.PageController do
use Web, :controller

def index(conn, _params) do
conn
|> render("index.html")
redirect(conn, external: "https://www.challenge.gov")
end
end

0 comments on commit 51d5a45

Please sign in to comment.