corregir puerto de api para crear inquilino

This commit is contained in:
Eduardo Quiros 2022-08-18 21:03:34 -06:00
parent 176a6931ce
commit 2a69b1ff16
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ const Inquilinos = () => {
status_text: '',
}
fetch('http://localhost:3000/api/createUser', {
fetch('http://localhost:4000/api/createUser', {
method: 'POST',
cache: 'no-cache',
body: JSON.stringify(newTenant),