lrf402788946 пре 4 година
родитељ
комит
04b9dc27eb
1 измењених фајлова са 1 додато и 1 уклоњено
  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);
     }