From 6f71b505cc68484c56ed0a6f8d070916890181ec Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Mon, 4 Dec 2023 21:19:04 -0500 Subject: [PATCH] Exposed profiles in the API --- api/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [];