1
0
Fork 0
mirror of synced 2024-09-07 21:31:38 +12:00
appwrite/tests/resources/functions/php-v2/index.php
2023-09-05 15:47:59 +02:00

7 lines
91 B
PHP

<?php
return function ($req, $res) {
$res->json([
'v2Woks' => true
]);
};