Skip to content

Commit

Permalink
Merge pull request #1504 from GSA/1492-remove-hide-portal-public-page…
Browse files Browse the repository at this point in the history
…-from-staging

Redirecting Public to Challenge Site
  • Loading branch information
kkrug authored Jan 10, 2025
2 parents 2881071 + 51d5a45 commit 1daa21a
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 1daa21a

Please sign in to comment.