mirror of
https://github.com/Lissy93/web-check.git
synced 2025-08-17 08:01:19 +02:00
Updates all API functions, to work on both Vercel & Netlify
This commit is contained in:
@ -29,4 +29,5 @@ const handler = async (url, event, context) => {
|
||||
}
|
||||
};
|
||||
|
||||
exports.handler = middleware(handler);
|
||||
module.exports = middleware(handler);
|
||||
module.exports.handler = middleware(handler);
|
||||
|
Reference in New Issue
Block a user