We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0253c33 commit 147a2a9Copy full SHA for 147a2a9
src/routes.ts
@@ -27,7 +27,7 @@ export const parseQuery = (location: Location) => {
27
28
const prepareRoute = (route: string) => {
29
let preparedRoute = route;
30
- const portRegExp = /:\d{3, 5}/g;
+ const portRegExp = /:\d{3,5}/g;
31
const portMatch = route.match(portRegExp);
32
33
// if port exists in route we escape port to avoid errors in function compile()
0 commit comments