mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat: add p/mod feed for all subs the user moderates
This commit is contained in:
@@ -147,6 +147,11 @@ const App = () => {
|
||||
<Route path='/p/subscriptions/catalog/:timeFilterName?' element={<Catalog />} />
|
||||
<Route path='/p/subscriptions/catalog/:timeFilterName?/settings' element={<Catalog />} />
|
||||
|
||||
<Route path='/p/mod/:timeFilterName?' element={<Board />} />
|
||||
<Route path='/p/mod/:timeFilterName?/settings' element={<Board />} />
|
||||
<Route path='/p/mod/catalog/:timeFilterName?' element={<Catalog />} />
|
||||
<Route path='/p/mod/catalog/:timeFilterName?/settings' element={<Catalog />} />
|
||||
|
||||
<Route path='/profile/:accountCommentIndex' element={<PendingPost />} />
|
||||
<Route path='/profile/:accountCommentIndex/settings' element={<PendingPost />} />
|
||||
</Route>
|
||||
|
||||
Reference in New Issue
Block a user