diff --git a/features/dating-autopilot/extensions/firefox-tryst/background/background.js b/features/dating-autopilot/extensions/firefox-tryst/background/background.js index caa2dc5fe..2bffa9de5 100644 --- a/features/dating-autopilot/extensions/firefox-tryst/background/background.js +++ b/features/dating-autopilot/extensions/firefox-tryst/background/background.js @@ -14,7 +14,7 @@ const defaultState = { boostActive: null, boostExpiresAt: null, nextRefreshAt: null, - webhookUrl: 'https://lm.black.local:3700/api/escort/webhooks/tryst-boost', + webhookUrl: 'https://lm.black.lan:3700/api/escort/webhooks/tryst-boost', webhookSecret: '4f044dc0edc873f1aa4d9b3c2a24f2e5fbaa79dd5359b2fddffcedff89cf90b2', status: 'idle', // idle | monitoring | refreshing | cooldown | error | disabled };