This commit is contained in:
Kenneth Jannette
2024-03-04 13:00:07 -06:00
parent 66ae43ef81
commit 2ca944fa06
2 changed files with 3 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ function App() {
/>
<Route
exact
path="/documents"
path="/documents/?:docId/?:docType/?:caseId"
element={
<PrivateRoute>
<DocumentListPage perPage={10} />