corregir puerto de api para crear inquilino
This commit is contained in:
		
							parent
							
								
									176a6931ce
								
							
						
					
					
						commit
						2a69b1ff16
					
				| 
						 | 
					@ -116,7 +116,7 @@ const Inquilinos = () => {
 | 
				
			||||||
      status_text: '',
 | 
					      status_text: '',
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    fetch('http://localhost:3000/api/createUser', {
 | 
					    fetch('http://localhost:4000/api/createUser', {
 | 
				
			||||||
      method: 'POST',
 | 
					      method: 'POST',
 | 
				
			||||||
      cache: 'no-cache',
 | 
					      cache: 'no-cache',
 | 
				
			||||||
      body: JSON.stringify(newTenant),
 | 
					      body: JSON.stringify(newTenant),
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue