mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
7 lines
91 B
PHP
7 lines
91 B
PHP
<?php
|
|
|
|
return function ($req, $res) {
|
|
$res->json([
|
|
'v2Woks' => true
|
|
]);
|
|
};
|