src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js
@@ -43,12 +43,12 @@ // }); // }, find : function (conditions) { return $http.post("userWorkspace/find", conditions).then(function (response) { return $http.post("userLevel/find", conditions).then(function (response) { $log.debug("워크스페이스에 참여하는 전체 사용자 목록 : ", response); return response; }); }, modify : function (conditions) { modifyLevel : function (conditions) { return $http.post("userLevel/modify", conditions).then(function (response) { $log.debug("워크스페이스 참여자 참여 상태 변경 결과 : ", response); return response;