mirror of
https://github.com/appwrite/appwrite
synced 2026-04-25 07:27:16 +00:00
3 lines
No EOL
80 B
JavaScript
3 lines
No EOL
80 B
JavaScript
module.exports = async(context) => {
|
|
return context.res.send('Maintenance');
|
|
} |