You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing the file extension in
```js
<Route path="/files/*.*"> // matches /files/hello.jpg and /files/path/to/hello.jpg
```
to
`// matches /files/hello.jpg and /files/path/to/hello.html`
So we can make it clear that this path takes any file extension. As opposed to the next example that only accepts `jpg`.
0 commit comments