Skip to content

Commit 0d4fb6d

Browse files
author
Bartek Kwiecien
committed
Fixed cdn url
1 parent 9ed1857 commit 0d4fb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filestack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def __init__(self):
1616

1717
@property
1818
def CDN_URL(self):
19-
return 'https://{}'.format(self.CNAME or 'cdn.filestackcontent.com')
19+
return 'https://cdn.{}'.format(self.CNAME or 'filestackcontent.com')
2020

2121
@property
2222
def MULTIPART_START_URL(self):

0 commit comments

Comments
 (0)