remove redundant '/manga' prefix from paths

We needed the prefix to distinguish anime paths from manga paths,
now that anime is no more, the redundancy shall be purged.
This commit is contained in:
Aria Moradi
2021-10-26 12:13:37 +03:30
parent b9b5b2818c
commit 8ed8f5da84
3 changed files with 18 additions and 6 deletions

View File

@@ -127,7 +127,7 @@ export default function App() {
<Route path="/sources/:sourceId/search/">
<SearchSingle />
</Route>
<Route path="/manga/extensions">
<Route path="/extensions">
<MangaExtensions />
</Route>
<Route path="/sources/:sourceId/popular/">
@@ -139,10 +139,10 @@ export default function App() {
<Route path="/sources/:sourceId/configure/">
<SourceConfigure />
</Route>
<Route path="/manga/sources">
<Route path="/sources">
<MangaSources />
</Route>
<Route path="/manga/downloads">
<Route path="/downloads">
<DownloadQueue />
</Route>
<Route path="/manga/:mangaId/chapter/:chapterNum">