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

8 lines
91 B
PHP

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