mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 10:54:38 -05:00
fix wrong api
This commit is contained in:
@@ -172,7 +172,6 @@ tasks {
|
|||||||
|
|
||||||
withType<ShadowJar> {
|
withType<ShadowJar> {
|
||||||
destinationDirectory.set(File("$rootDir/server/build"))
|
destinationDirectory.set(File("$rootDir/server/build"))
|
||||||
dependsOn("formatKotlin", "lintKotlin")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
named("run") {
|
named("run") {
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ object MangaAPI {
|
|||||||
|
|
||||||
patch(":mangaId/chapter/:chapterIndex/meta", MangaController::chapterMeta)
|
patch(":mangaId/chapter/:chapterIndex/meta", MangaController::chapterMeta)
|
||||||
|
|
||||||
get(":mangaId/chapter/:chapterIndex/page/:index", MangaController::chapterList)
|
get(":mangaId/chapter/:chapterIndex/page/:index", MangaController::pageRetrieve)
|
||||||
}
|
}
|
||||||
|
|
||||||
path("") {
|
path("") {
|
||||||
|
|||||||
Reference in New Issue
Block a user