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:
parent
1ea5f63629
commit
6f71b505cc
@ -11,7 +11,7 @@ class profile extends cora\crud {
|
||||
|
||||
public static $exposed = [
|
||||
'private' => ['generate'],
|
||||
'public' => []
|
||||
'public' => ['read_id']
|
||||
];
|
||||
|
||||
public static $cache = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user