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