Improve Tracker Icons Implementation (#836)

* Improve tracker icons implementation

* Fix description
This commit is contained in:
Mitchell Syer
2024-01-21 14:37:51 -05:00
committed by GitHub
parent ce42e89e25
commit 0621138478
7 changed files with 51 additions and 18 deletions

View File

@@ -141,6 +141,7 @@ object MangaAPI {
post("search", TrackController.search)
post("bind", TrackController.bind)
post("update", TrackController.update)
get("{trackerId}/thumbnail", TrackController.thumbnail)
}
}
}