mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-22 11:34:07 +01:00
fix wrong api
This commit is contained in:
@@ -172,7 +172,6 @@ tasks {
|
||||
|
||||
withType<ShadowJar> {
|
||||
destinationDirectory.set(File("$rootDir/server/build"))
|
||||
dependsOn("formatKotlin", "lintKotlin")
|
||||
}
|
||||
|
||||
named("run") {
|
||||
|
||||
@@ -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("") {
|
||||
|
||||
Reference in New Issue
Block a user