Skip to content

Commit

Permalink
make chapters endpoint more unifrom
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaMoradi committed Nov 15, 2022
1 parent 8fbc24c commit 67e09e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ object MangaAPI {
get("{mangaId}/chapter/{chapterIndex}/page/{index}", MangaController.pageRetrieve)
}

path("chapters") {
path("chapter") {
post("batch", MangaController.anyChapterBatch)
}

Expand Down

0 comments on commit 67e09e2

Please sign in to comment.