mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-10 14:24:34 -05:00
add category and global meta (#438)
This commit is contained in:
@@ -86,6 +86,8 @@ object MangaAPI {
|
||||
get("{categoryId}", CategoryController.categoryMangas)
|
||||
patch("{categoryId}", CategoryController.categoryModify)
|
||||
delete("{categoryId}", CategoryController.categoryDelete)
|
||||
|
||||
patch("{categoryId}/meta", CategoryController.meta)
|
||||
}
|
||||
|
||||
path("backup") {
|
||||
|
||||
Reference in New Issue
Block a user