Deat Dockerfiles y Fix Base_URL
This commit is contained in:
		| @@ -2,7 +2,7 @@ import { useState, useEffect } from 'react'; | ||||
| import toast from 'react-hot-toast'; | ||||
| import styles from './SimpleTable.module.css'; | ||||
|  | ||||
| const BASE_URL = 'http://localhost:5198/api'; | ||||
| const BASE_URL = '/api'; | ||||
|  | ||||
| // Interfaces para los diferentes tipos de datos | ||||
| interface TextValue { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user