Skip to content

Commit

Permalink
hidden feature: protocol path
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Jan 11, 2023
1 parent f29f7de commit cceaf07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ const routes = [
},
]
},
{
path: '/relay/:protocol(ws?s)/:relayUrl(.*)',
component: RelaysSingle
},
{
path: '/relay/:relayUrl(.*)',
component: RelaysSingle
Expand Down

0 comments on commit cceaf07

Please sign in to comment.