Skip to content

Commit

Permalink
Free mobile: Fix wrong path (#2175)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles authored Nov 28, 2024
1 parent e99548f commit 530ab3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/components/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ const AppRouter = connect(

<NodeRedPage path="/dashboard/integration/device/node-red" />

<FreeMobilePage path="dashboard/integration/device/free-mobile" />
<FreeMobilePage path="dashboard/integration/communication/free-mobile" />

<XiaomiPage path="/dashboard/integration/device/xiaomi" />
<EditXiaomiPage path="/dashboard/integration/device/xiaomi/edit/:deviceSelector" />
Expand Down

0 comments on commit 530ab3e

Please sign in to comment.