mirror of
https://github.com/appwrite/appwrite
synced 2026-05-04 05:48:22 +00:00
3 lines
106 B
JavaScript
3 lines
106 B
JavaScript
module.exports = async(context) => {
|
|
return context.res.send(context.req.headers['cookie'] ?? '');
|
|
};
|