diff --git a/server/build.gradle.kts b/server/build.gradle.kts index 7293851a..e5757ea8 100644 --- a/server/build.gradle.kts +++ b/server/build.gradle.kts @@ -172,7 +172,6 @@ tasks { withType { destinationDirectory.set(File("$rootDir/server/build")) - dependsOn("formatKotlin", "lintKotlin") } named("run") { diff --git a/server/src/main/kotlin/suwayomi/tachidesk/manga/MangaAPI.kt b/server/src/main/kotlin/suwayomi/tachidesk/manga/MangaAPI.kt index 1fb48af6..5315550f 100644 --- a/server/src/main/kotlin/suwayomi/tachidesk/manga/MangaAPI.kt +++ b/server/src/main/kotlin/suwayomi/tachidesk/manga/MangaAPI.kt @@ -68,7 +68,7 @@ object MangaAPI { patch(":mangaId/chapter/:chapterIndex/meta", MangaController::chapterMeta) - get(":mangaId/chapter/:chapterIndex/page/:index", MangaController::chapterList) + get(":mangaId/chapter/:chapterIndex/page/:index", MangaController::pageRetrieve) } path("") {