Skip to content

Commit 0a0fa69

Browse files
committed
add console log
1 parent 965a6a4 commit 0a0fa69

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/common/api-config/api.config.service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,8 @@ export class ApiConfigService {
587587
throw new Error('No media url present');
588588
}
589589

590+
console.log('Media URL:', mediaUrl);
591+
590592
return mediaUrl;
591593
}
592594

0 commit comments

Comments
 (0)