make chapters endpoint more unifrom

This commit is contained in:
Aria Moradi
2022-11-15 15:46:02 +03:30
parent 8fbc24c751
commit 67e09e2e1d
@@ -79,7 +79,7 @@ object MangaAPI {
get("{mangaId}/chapter/{chapterIndex}/page/{index}", MangaController.pageRetrieve)
}
path("chapters") {
path("chapter") {
post("batch", MangaController.anyChapterBatch)
}