mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 14:58:33 +00:00
5 lines
111 B
PHP
5 lines
111 B
PHP
<?php
|
|
|
|
return function ($context) {
|
|
return $context->res->send($context->req->headers['cookie'] ?? '');
|
|
};
|