implemented storage of new wiki page version, prepared page display for several versions

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-09-10 14:47:08 +02:00
parent c63def1b85
commit e831b8a4e0
5 changed files with 32 additions and 6 deletions

View File

@@ -91,6 +91,7 @@
<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>
Not found!
</Route>