Skip to content

Commit

Permalink
Merge pull request #4798 from grafixeyehero/Remove-unused-path
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill authored Sep 22, 2023
2 parents f0a96d6 + cbf33c1 commit a1e4468
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions src/apps/experimental/routes/legacyRoutes/admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ export const LEGACY_ADMIN_ROUTES: LegacyRoute[] = [
controller: 'dashboard/devices/device',
view: 'dashboard/devices/device.html'
}
}, {
path: 'quickConnect.html',
pageProps: {
controller: 'dashboard/quickConnect',
view: 'dashboard/quickConnect.html'
}
}, {
path: 'dlnaprofile.html',
pageProps: {
Expand Down
6 changes: 0 additions & 6 deletions src/apps/stable/routes/legacyRoutes/admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ export const LEGACY_ADMIN_ROUTES: LegacyRoute[] = [
controller: 'dashboard/devices/device',
view: 'dashboard/devices/device.html'
}
}, {
path: 'quickConnect.html',
pageProps: {
controller: 'dashboard/quickConnect',
view: 'dashboard/quickConnect.html'
}
}, {
path: 'dlnaprofile.html',
pageProps: {
Expand Down

0 comments on commit a1e4468

Please sign in to comment.