appwrite/tests/resources/functions/node/index.js

3 lines
71 B
JavaScript
Raw Normal View History

2025-07-10 12:25:53 +00:00
module.exports = async(context) => {
return context.res.send('OK');
}