aboutsummaryrefslogtreecommitdiff
path: root/app/views/api
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/api')
-rw-r--r--app/views/api/getFavorites.phtml3
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);
+?>