fixed bugs introduced by switching from titles as ids to separate ids
This commit is contained in:
@@ -90,8 +90,8 @@
|
||||
<Route path="/user/oidc/add" component={EditService} />
|
||||
<Route path="/user/oidc/edit/:serviceName" component={EditService} />
|
||||
<Route path="/wiki" component={WikiIndex} />
|
||||
<Route path="/wiki/:id/view" component={WikiPage} />
|
||||
<Route path="/wiki/:id/version/:version" component={WikiPage} />
|
||||
<Route path="/wiki/:key/view" component={WikiPage} />
|
||||
<Route path="/wiki/:key/version/:version" component={WikiPage} />
|
||||
<Route>
|
||||
Not found!
|
||||
</Route>
|
||||
|
||||
Reference in New Issue
Block a user