1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

Exposed profiles in the API

This commit is contained in:
Jon Ziebell 2023-12-04 21:19:04 -05:00
parent 1ea5f63629
commit 6f71b505cc

View File

@ -11,7 +11,7 @@ class profile extends cora\crud {
public static $exposed = [
'private' => ['generate'],
'public' => []
'public' => ['read_id']
];
public static $cache = [];