Skip to content

Commit

Permalink
fix: fixed broken api link (#156)
Browse files Browse the repository at this point in the history
* fixed broken xls link

* updated api
  • Loading branch information
AceTheCreator authored Jul 24, 2023
1 parent 5ad3b1e commit fd75ee2
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 fd75ee2

Please sign in to comment.