mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-01 09:54:34 -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)
|
||||
}
|
||||
|
||||
path("chapters") {
|
||||
path("chapter") {
|
||||
post("batch", MangaController.anyChapterBatch)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user