MangaPark v3: Update chapter endpoint. (#9063)

This commit is contained in:
FourTOne5 2021-09-14 21:05:16 +06:00 committed by GitHub
parent d33d63caeb
commit 9c7a36166c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ open class MangaPark(
.build() .build()
return POST( return POST(
"$baseUrl/ajax.reader.subject.episodes.lang", "$baseUrl/ajax.reader.subject.episodes.by.serial",
headers = newHeaders, headers = newHeaders,
body = requestBody body = requestBody
) )