mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
fix: type
This commit is contained in:
parent
86517c2c18
commit
8935abe57f
|
|
@ -128,7 +128,7 @@ export type FastGPTFeConfigsType = {
|
|||
alipay?: boolean;
|
||||
bank?: boolean;
|
||||
};
|
||||
|
||||
fileUrlWhitelist?: string[];
|
||||
customDomain?: {
|
||||
enable?: boolean;
|
||||
domain?: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue