Skip to content

Commit

Permalink
removing debugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Grato committed Nov 2, 2023
1 parent 36a81d2 commit 31d3c1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/dash_web/controllers/api/v1/analytics_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ defmodule DashWeb.Api.V1.AnalyticsController do
hubs = Dash.get_hubs_by_date(start_date, end_date)

conn
|> put_resp_header("access-control-allow-origin", "http://localhost:3000")
|> json(%{hubs: hubs})
end
end

0 comments on commit 31d3c1a

Please sign in to comment.