diff options
Diffstat (limited to 'app/views/api')
| -rw-r--r-- | app/views/api/getFavorites.phtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/api/getFavorites.phtml b/app/views/api/getFavorites.phtml new file mode 100644 index 000000000..8eb0774f2 --- /dev/null +++ b/app/views/api/getFavorites.phtml @@ -0,0 +1,3 @@ +<?php +echo json_encode ($this->entries); +?> |
