mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 11:24:35 -05:00
Add a Kotlin DSL for endpoint documentation (#249)
This commit is contained in:
@@ -52,7 +52,7 @@ object MangaAPI {
|
||||
}
|
||||
|
||||
path("manga") {
|
||||
get("{mangaId}", MangaController::retrieve)
|
||||
get("{mangaId}", MangaController.retrieve)
|
||||
get("{mangaId}/thumbnail", MangaController::thumbnail)
|
||||
|
||||
get("{mangaId}/category", MangaController::categoryList)
|
||||
|
||||
Reference in New Issue
Block a user