Skip to content

Commit 300c42f

Browse files
committed
Update form post req location
1 parent 2eda28e commit 300c42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/utilities/Form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Form extends React.Component {
3232
let status = null;
3333
const errText = "An error has occurred submitting your feedback. Please verify your internet connection and try again later.\n\nError Code: ";
3434
//make api fetch call to server
35-
fetch('https://herokuapp.com/add',requestOptions)
35+
fetch('https://jacob-krol.herokuapp.com/add',requestOptions)
3636
//save http status, return response text
3737
.then(res => {
3838
status = res.status;

0 commit comments

Comments
 (0)