We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e4220 commit bdf5736Copy full SHA for bdf5736
src/components/utilities/Form.js
@@ -32,7 +32,7 @@ class Form extends React.Component {
32
let status = null;
33
const errText = "An error has occurred submitting your feedback. Please verify your internet connection and try again later.\n\nError Code: ";
34
//make api fetch call to server
35
- fetch('https://herokuapp.com/add',requestOptions)
+ fetch('https://jacob-krol.herokuapp.com/add',requestOptions)
36
//save http status, return response text
37
.then(res => {
38
status = res.status;
0 commit comments