update CDN_URI

This commit is contained in:
Dawid Wysokiński 2021-04-17 14:53:03 +02:00
parent 85bc459351
commit 4b5f012593
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
export const CDN_URI = __DEV__
? 'http://localhost:9000/'
: 'https://cdn.zdamegzaminzawodowy.pl';
: 'https://cdn.zdamegzaminzawodowy.pl/';
export const IMAGE_RESIZING_SERVICE = `${
__DEV__ ? 'http://localhost:3000' : 'https://zdamegzaminzawodowy.pl'