fix(backend): ひとつのMeilisearchサーバーを複数のMisskeyサーバーで使えない問題を修正
This commit is contained in:
parent
16eedb86a5
commit
1cc106b8de
7 changed files with 11 additions and 1 deletions
|
|
@ -62,6 +62,7 @@ export type Source = {
|
|||
port: string;
|
||||
apiKey: string;
|
||||
ssl?: boolean;
|
||||
index: string;
|
||||
};
|
||||
|
||||
proxy?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue