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

5 lines
64 B
PHP

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