Deat Dockerfiles y Fix Base_URL
This commit is contained in:
		| @@ -7,7 +7,7 @@ interface Props { | ||||
|   onSave: (usuario: { username: string }) => void; | ||||
| } | ||||
|  | ||||
| const BASE_URL = 'http://localhost:5198/api'; | ||||
| const BASE_URL = '/api'; | ||||
|  | ||||
| const ModalAnadirUsuario: React.FC<Props> = ({ onClose, onSave }) => { | ||||
|   const [username, setUsername] = useState(''); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user