clean up reverse proxy

This commit is contained in:
fyears
2024-04-05 11:06:16 +08:00
parent ae28cf9183
commit 28b99557a8
6 changed files with 35 additions and 24 deletions
+1 -1
View File
@@ -27,12 +27,12 @@ export interface S3Config {
remotePrefix?: string;
useAccurateMTime?: boolean;
reverseProxyNoSignUrl?: string;
/**
* @deprecated
*/
bypassCorsLocally?: boolean;
reverseProxyUrl: string;
}
export interface DropboxConfig {