Skip to content

Commit ba0584e

Browse files
fixup routes for beacon
1 parent b464360 commit ba0584e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/radiator_web/router.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule RadiatorWeb.Router do
2323
plug :accepts, ["json"]
2424
end
2525

26-
scope "/" do
26+
scope "/beacon" do
2727
pipe_through [:browser, :beacon_admin]
2828
beacon_live_admin "/admin"
2929
beacon_site "/cms", site: :radiator

0 commit comments

Comments
 (0)