Skip to content

Commit

Permalink
Fix settings url after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
arielj committed Dec 14, 2024
1 parent 41b5007 commit 4786c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const router = createHashRouter([
lazy: makeLazyFunc(import('./screens/WebView'))
},
{
path: 'settings/:runner/:appName/:type',
path: 'settings/:type',
lazy: makeLazyFunc(import('./screens/Settings'))
},
{
Expand Down

0 comments on commit 4786c30

Please sign in to comment.