feat: add reserve proxy url (#479)

Co-authored-by: Adens <dwang@senparc.com>
Co-authored-by: fyears <1142836+fyears@users.noreply.github.com>
This commit is contained in:
Adens Wang
2024-04-05 10:36:58 +08:00
committed by GitHub
co-authored by Adens fyears
parent fe572b41c9
commit 220fd07a8b
6 changed files with 38 additions and 17 deletions
+1
View File
@@ -32,6 +32,7 @@ export interface S3Config {
* @deprecated
*/
bypassCorsLocally?: boolean;
reverseProxyUrl: string;
}
export interface DropboxConfig {