1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

chore: Update target URL for sending feedback input

This commit is contained in:
Thomas Heartman 2022-05-10 11:55:57 +02:00
parent cc5400e9a6
commit 34d70ad895

View File

@ -30,7 +30,7 @@ export const sendFeedbackInput = async (
};
await fetch(
'https://europe-west3-docs-feedback-v1.cloudfunctions.net/function-1',
'https://europe-west3-metrics-304612.cloudfunctions.net/docs-app-feedback',
{
method: 'POST',
headers: { 'Content-Type': 'application/json' },