From fd75ee28f9060040f2cc085ebdbc3e760f5c958b Mon Sep 17 00:00:00 2001 From: Ace <40604284+AceTheCreator@users.noreply.github.com> Date: Mon, 24 Jul 2023 12:11:43 -0500 Subject: [PATCH] fix: fixed broken api link (#156) * fixed broken xls link * updated api --- components/Form/stepFour.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Form/stepFour.js b/components/Form/stepFour.js index 9b659044..32e2cd4d 100644 --- a/components/Form/stepFour.js +++ b/components/Form/stepFour.js @@ -12,7 +12,7 @@ function StepFour({ setStep, setForm, data }) { setSubmitting(true); axios .post( - 'https://sheet.best/api/sheets/13475198-4193-472f-8a28-bcf8609541ae', + 'https://sheet.best/api/sheets/d3b9450a-1bcd-47d8-808f-8486b89a15ef', data ) .then((res) => {