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