diff --git a/src/index.js b/src/index.js index 660d2fa..439b69b 100644 --- a/src/index.js +++ b/src/index.js @@ -6,7 +6,7 @@ import Board from './components/Board.js'; import './index.css'; -const ENDPOINT = process.env.REACT_APP_QUICKCHESS_API || "https://quickchess.undercover.cafe"; +const ENDPOINT = process.env.REACT_APP_QUICKCHESS_API || "https://api.quickchess.win"; class NameForm extends React.Component { constructor(props) {