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