Skip to content

Commit

Permalink
see what it thinks the config is
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshull committed Apr 30, 2024
1 parent 3e0680c commit 8c47e01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dotcom_web/controllers/static_file_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ defmodule DotcomWeb.StaticFileController do
end

def send_file(conn) do
Application.get_env(:dotcom, :cms_api) |> IO.inspect()
full_url = Application.get_env(:dotcom, :cms_api)[:base_url] <> conn.request_path

forward_static_file(conn, full_url)
Expand Down

0 comments on commit 8c47e01

Please sign in to comment.