1
0
Fork 0
mirror of synced 2024-07-09 08:27:01 +12:00
appwrite/tests/resources/functions/timeout/index.php
2022-05-23 14:54:50 +00:00

6 lines
64 B
PHP

<?php
return function ($request, $response) {
sleep(5);
};