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