MDList support rating mangas

This commit is contained in:
Jobobby04
2021-12-27 16:20:32 -05:00
parent d7856fe351
commit 34f98a3cd4
5 changed files with 82 additions and 23 deletions
+1
View File
@@ -10,6 +10,7 @@ object MdApi {
const val chapter = "$baseUrl/chapter"
const val group = "$baseUrl/group"
const val author = "$baseUrl/author"
const val rating = "$baseUrl/rating"
const val statistics = "$baseUrl/statistics/manga"
const val chapterImageServer = "$baseUrl/at-home/server"
const val userFollows = "$baseUrl/user/follows/manga"