again
This commit is contained in:
parent
00f6607e06
commit
f0dc5bcdd5
@ -11,7 +11,7 @@ const path = require('path'); // for serving the React build
|
|||||||
const app = express();
|
const app = express();
|
||||||
|
|
||||||
// ----- CONFIG -----
|
// ----- CONFIG -----
|
||||||
const PORT = 4000;
|
const PORT = 80;
|
||||||
|
|
||||||
// Default base counts
|
// Default base counts
|
||||||
const SOLO_BASE_COUNT = 5;
|
const SOLO_BASE_COUNT = 5;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import React, { useState, useEffect, useRef } from 'react';
|
import React, { useState, useEffect, useRef } from 'react';
|
||||||
|
|
||||||
const SERVER_URL = 'http://localhost:4000';
|
const SERVER_URL = 'http://localhost:80';
|
||||||
|
|
||||||
export default function App() {
|
export default function App() {
|
||||||
// -----------------------------
|
// -----------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user