mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-10 06:14:35 -05:00
[skip ci] Formatting
This commit is contained in:
@@ -247,7 +247,8 @@ object SourceController {
|
||||
description("All source search")
|
||||
}
|
||||
},
|
||||
behaviorOf = { ctx, searchTerm -> // TODO
|
||||
behaviorOf = { ctx, searchTerm ->
|
||||
// TODO
|
||||
ctx.json(Search.sourceGlobalSearch(searchTerm))
|
||||
},
|
||||
withResults = {
|
||||
|
||||
Reference in New Issue
Block a user