remover datos innecesarios
This commit is contained in:
parent
a1a0534a1f
commit
04da74a2c4
|
@ -79,17 +79,6 @@ const GuardasSeguridad = () => {
|
||||||
status: "1",
|
status: "1",
|
||||||
community_id: cookies.community_id
|
community_id: cookies.community_id
|
||||||
};
|
};
|
||||||
var data2 = {
|
|
||||||
dni: "11979037",
|
|
||||||
name: "Jorge",
|
|
||||||
last_name: "Soto",
|
|
||||||
email: "jorgesoto@gmail.com",
|
|
||||||
phone: 84664515,
|
|
||||||
password: "1203",
|
|
||||||
user_type: "2",
|
|
||||||
status: "1",
|
|
||||||
community_id: "62be68215692582bbfd77134"
|
|
||||||
}
|
|
||||||
console.log('ssss');
|
console.log('ssss');
|
||||||
fetch('http://localhost:4000/user/createGuard', {
|
fetch('http://localhost:4000/user/createGuard', {
|
||||||
cache: 'no-cache',
|
cache: 'no-cache',
|
||||||
|
|
Loading…
Reference in New Issue