mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 11:24:35 -05:00
make chapters endpoint more unifrom
This commit is contained in:
@@ -79,7 +79,7 @@ object MangaAPI {
|
|||||||
get("{mangaId}/chapter/{chapterIndex}/page/{index}", MangaController.pageRetrieve)
|
get("{mangaId}/chapter/{chapterIndex}/page/{index}", MangaController.pageRetrieve)
|
||||||
}
|
}
|
||||||
|
|
||||||
path("chapters") {
|
path("chapter") {
|
||||||
post("batch", MangaController.anyChapterBatch)
|
post("batch", MangaController.anyChapterBatch)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user