Skip to content

Commit

Permalink
updated api
Browse files Browse the repository at this point in the history
  • Loading branch information
AceTheCreator committed Jul 24, 2023
1 parent c423cf3 commit 657fc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Form/stepFour.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 657fc8b

Please sign in to comment.