Skip to content

Commit

Permalink
Add check for network/address case
Browse files Browse the repository at this point in the history
  • Loading branch information
GusevPM committed Oct 16, 2023
1 parent 4888b0d commit a411390
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export function newRouter(networks) {
},
{
path: '/:network/:address([0-9A-z]{36})',
beforeEnter: validateNetwork(networks),
components: {
default: Contract,
},
Expand Down

0 comments on commit a411390

Please sign in to comment.