mirror of
https://github.com/appwrite/appwrite
synced 2026-05-03 03:17:20 +00:00
5 lines
64 B
PHP
5 lines
64 B
PHP
<?php
|
|
|
|
return function ($request, $response) {
|
|
sleep(5);
|
|
};
|