diff --git a/api/profile.php b/api/profile.php index d85b5bd..601febc 100644 --- a/api/profile.php +++ b/api/profile.php @@ -11,7 +11,7 @@ class profile extends cora\crud { public static $exposed = [ 'private' => ['generate'], - 'public' => [] + 'public' => ['read_id'] ]; public static $cache = [];