Skip to content

Commit 76ea757

Browse files
committed
change path
1 parent a89af13 commit 76ea757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = (
99
<Routes location="history">
1010
<Route name="root" path="/" handler={require('./handlers/Root')}>
1111
<DefaultRoute handler={require('./handlers/Home')} />
12-
<Route name="contact" path=":id" handler={require('./handlers/Contact')} />
12+
<Route name="contact" path="contact/:id" handler={require('./handlers/Contact')} />
1313
</Route>
1414
</Routes>
1515
);

0 commit comments

Comments
 (0)