1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Merge pull request #972 from Unleash/chore/update-feedback-target-url

chore: Update target URL for sending feedback input
This commit is contained in:
Thomas Heartman 2022-05-10 12:12:28 +02:00 committed by GitHub
commit 7d477bf98c

View File

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