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:
commit
7d477bf98c
@ -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' },
|
||||||
|
Loading…
Reference in New Issue
Block a user