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