mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
4 lines
70 B
JavaScript
4 lines
70 B
JavaScript
module.exports = async(context) => {
|
|
return context.res.empty();
|
|
};
|