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 a89af13 commit 76ea757Copy full SHA for 76ea757
app/routes.js
@@ -9,7 +9,7 @@ module.exports = (
9
<Routes location="history">
10
<Route name="root" path="/" handler={require('./handlers/Root')}>
11
<DefaultRoute handler={require('./handlers/Home')} />
12
- <Route name="contact" path=":id" handler={require('./handlers/Contact')} />
+ <Route name="contact" path="contact/:id" handler={require('./handlers/Contact')} />
13
</Route>
14
</Routes>
15
);
0 commit comments