Browse Source

add article/:type

visuddhinanda 3 years ago
parent
commit
5bb25c9d67
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/Router.tsx

+ 1 - 0
dashboard/src/Router.tsx

@@ -186,6 +186,7 @@ const Widget = () => {
         </Route>
 
         <Route path="article" element={<LibraryArticle />}>
+          <Route path=":type" element={<LibraryArticleShow />} />
           <Route path=":type/:id" element={<LibraryArticleShow />} />
           <Route path=":type/:id/:mode" element={<LibraryArticleShow />} />
           <Route