mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 14:58:33 +00:00
6 lines
92 B
PHP
6 lines
92 B
PHP
<?php
|
|
|
|
return function ($context) {
|
|
sleep(60);
|
|
return $context->res->send('OK');
|
|
};
|