Update endpoint to live backend

This commit is contained in:
Sage Vaillancourt 2022-10-12 14:40:47 -04:00
parent 5a959bf4c8
commit 83e1e9c19c
1 changed files with 1 additions and 1 deletions

View File

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