Fix source parsing and set default to all

This commit is contained in:
2023-02-10 07:20:22 +00:00
parent c5856ce20b
commit 7d0ebf87bd
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ DRILLDOWN_DEFAULT_PARAMS = {
"size": "15",
"index": "main",
"sorting": "desc",
"source": "4ch",
"source": "all",
}