aboutsummaryrefslogtreecommitdiff
path: root/src/Utils.ts
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-09-14 17:53:17 -0400
committerSam Wilkins <samwilkins333@gmail.com>2019-09-14 17:53:17 -0400
commit037098aca0993bee6f986b592c17aa54a7225905 (patch)
tree07ec0fa05d38f63e3033b4e229fae67cca7a9d0b /src/Utils.ts
parent42500ed737e17c2f973a653d59491eb33d6ba66b (diff)
rich text google photos transfer improvments
Diffstat (limited to 'src/Utils.ts')
-rw-r--r--src/Utils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utils.ts b/src/Utils.ts
index ec2bee9bf..60f18eac2 100644
--- a/src/Utils.ts
+++ b/src/Utils.ts
@@ -39,7 +39,7 @@ export class Utils {
}
public static fileUrl(filename: string): string {
- return this.prepend(`/file/${filename}`);
+ return this.prepend(`/files/${filename}`);
}
public static CorsProxy(url: string): string {