Skip to content

Commit

Permalink
fixup routes for beacon
Browse files Browse the repository at this point in the history
  • Loading branch information
electronicbites committed Nov 20, 2024
1 parent b464360 commit ba0584e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/radiator_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule RadiatorWeb.Router do
plug :accepts, ["json"]
end

scope "/" do
scope "/beacon" do
pipe_through [:browser, :beacon_admin]
beacon_live_admin "/admin"
beacon_site "/cms", site: :radiator
Expand Down

0 comments on commit ba0584e

Please sign in to comment.