Update endpoint to live backend
This commit is contained in:
parent
5a959bf4c8
commit
83e1e9c19c
|
@ -7,7 +7,7 @@ import Board from './board';
|
||||||
import './index.css';
|
import './index.css';
|
||||||
|
|
||||||
|
|
||||||
const ENDPOINT = "http://localhost:5000";
|
const ENDPOINT = "https://quickchess.undercover.cafe";
|
||||||
|
|
||||||
class NameForm extends React.Component {
|
class NameForm extends React.Component {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
|
|
Loading…
Reference in New Issue