Skip to content

Commit bdf5736

Browse files
committed
Update contact form push location
1 parent b2e4220 commit bdf5736

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)