fix wrong api

This commit is contained in:
Aria Moradi
2021-08-10 04:01:08 +04:30
parent c3f2838270
commit 77ff82505e
2 changed files with 1 additions and 2 deletions

View File

@@ -172,7 +172,6 @@ tasks {
withType<ShadowJar> {
destinationDirectory.set(File("$rootDir/server/build"))
dependsOn("formatKotlin", "lintKotlin")
}
named("run") {

View File

@@ -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("") {