Skip to content

Fix/CDN issue default domain name

Giuseppe De Feo requested to merge fix/cdn_issue_default_domain_name into master

The notification was broken because CDN_DETAILS is an array and not a string, therefore removed the "" double quotes which was making the payload to be malformed

Merge request reports