Update default API url

This commit is contained in:
Sage Vaillancourt 2023-05-24 14:30:41 -04:00
parent f447d64a2b
commit 5e21219d00
1 changed files with 1 additions and 1 deletions

View File

@ -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) {