From 83e1e9c19c70dbb8d35205119639b30debdbfd94 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Wed, 12 Oct 2022 14:40:47 -0400 Subject: [PATCH] Update endpoint to live backend --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {