appwrite/tests/resources/functions/php-v2/index.php

8 lines
91 B
PHP
Raw Normal View History

2023-09-05 13:47:59 +00:00
<?php
return function ($req, $res) {
$res->json([
'v2Woks' => true
]);
};