X-Git-Url: https://git.cweiske.de/ouya-imagestore.git/blobdiff_plain/2dc6ff36ea275d036dc1a3cf6d2206f505cc2725..8fbf874ec2353c29b3ef7b795d541251da6ac468:/src/imagestore/Controller/Api/Likes.php diff --git a/src/imagestore/Controller/Api/Likes.php b/src/imagestore/Controller/Api/Likes.php new file mode 100644 index 0000000..14ea43b --- /dev/null +++ b/src/imagestore/Controller/Api/Likes.php @@ -0,0 +1,15 @@ + array() + ); + header('Content-Type: application/json'); + echo json_encode($likes, JSON_PRETTY_PRINT); + } +} +?>