viewer connect api

This commit is contained in:
hamid zarghami
2026-03-14 11:08:21 +03:30
parent 11f55d9c1c
commit b5a454a3fe
3 changed files with 33 additions and 30 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ const MainRouter = () => {
<Routes>
<Route path={Paths.home} element={<Home />} />
<Route path={Paths.editor + '/:id'} element={<Editor />} />
<Route path={Paths.viewer} element={<Viewer />} />
<Route path={Paths.viewer + '/:id'} element={<Viewer />} />
<Route path={Paths.catalog.list} element={<CatalogueList />} />
</Routes>
</div>