personal/pjq/organization #3
@ -74,4 +74,6 @@ public class OrganizationController {
|
|||||||
public Organization getById(@RequestBody Map<String, String> credentials) {
|
public Organization getById(@RequestBody Map<String, String> credentials) {
|
||||||
return organizationService.getById(Long.valueOf(credentials.get("organizationId")));
|
return organizationService.getById(Long.valueOf(credentials.get("organizationId")));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//ublic
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user