Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
chore: Update target URL for sending feedback input
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed May 10, 2022
1 parent 8e20928 commit 29e7fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/feedback/FeedbackCES/sendFeedbackInput.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit 29e7fbb

Please sign in to comment.