lrf402788946 4 éve
szülő
commit
04b9dc27eb
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/service/user.js

+ 1 - 1
app/service/user.js

@@ -195,7 +195,7 @@ class UserService extends CrudService {
           'content-type': 'application/json',
         },
         dataType: 'json',
-        data: id,
+        data: { id },
       });
       console.log(r);
     }