diff --git a/src/index.js b/src/index.js index 21f7607..57ac1cd 100644 --- a/src/index.js +++ b/src/index.js @@ -7,7 +7,7 @@ import Board from './board'; import './index.css'; -const ENDPOINT = "http://localhost:5000"; +const ENDPOINT = "https://quickchess.undercover.cafe"; class NameForm extends React.Component { constructor(props) {