This commit is contained in:
2025-01-15 17:37:52 -05:00
parent 00f6607e06
commit f0dc5bcdd5
2 changed files with 2 additions and 2 deletions

View File

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