working on file module

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-09-28 21:12:51 +02:00
parent 92bc976da9
commit fba707d77b
7 changed files with 147 additions and 10 deletions

View File

@@ -85,7 +85,7 @@
<Route path="/document/add" component={AddDoc} />
<Route path="/document/:id/send" component={SendDoc} />
<Route path="/document/:id/view" component={ViewDoc} />
<Route path="/files" component={FileIndex} />
<Route path="/files/*" component={FileIndex} />
<Route path="/message/settings" component={Messages} />
<Route path="/notes" component={Notes} />
<Route path="/project" component={ProjectList} />