fix(browser-extension): wrong api url

This commit is contained in:
wanhose 2022-05-12 22:27:40 +02:00
parent 9481dea075
commit cd98661272

View File

@ -3,7 +3,7 @@
* @type {string} * @type {string}
*/ */
const apiUrl = 'https://api.cookie-dialog-monster-com/rest/v1'; const apiUrl = 'https://api.cookie-dialog-monster.com/rest/v1';
/** /**
* @description Base data URL * @description Base data URL