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