diff --git a/web-ui/web-react/src/components/InquilinosCompletar.js b/web-ui/web-react/src/components/InquilinosCompletar.js index 23b4bdf7..92550afb 100644 --- a/web-ui/web-react/src/components/InquilinosCompletar.js +++ b/web-ui/web-react/src/components/InquilinosCompletar.js @@ -48,7 +48,7 @@ const Inquilinos = () => { } fetch('http://localhost:3000/api/createUser', { - method: 'POST', + method: 'PUT', cache: 'no-cache', body: JSON.stringify(data), headers: {