Skip to content

Commit

Permalink
arreglar bug despliegue juego preguntas
Browse files Browse the repository at this point in the history
  • Loading branch information
bidof committed Mar 11, 2024
1 parent 351b65e commit 75a5a89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapp/src/components/game/Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import { Container, Typography, Button, Box, Paper, Snackbar } from '@mui/materi
import MuiAlert from '@mui/material/Alert';

// Define el endpoint de la API, utilizando una variable de entorno o un valor predeterminado.
const apiEndpoint = process.env.REACT_APP_API_ENDPOINT || 'http://localhost:8000';
const apiEndpoint = process.env.REACT_APP_API_URI || 'http://localhost:8000';


const Game = () => {

Expand Down

0 comments on commit 75a5a89

Please sign in to comment.