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