mirror of
https://github.com/Lissy93/web-check.git
synced 2025-08-09 05:04:31 +02:00
Convert all API endpoints into ESM modules
This commit is contained in:
@ -124,4 +124,4 @@ const commonMiddleware = (handler) => {
|
||||
return nativeMode ? vercelHandler : netlifyHandler;
|
||||
};
|
||||
|
||||
module.exports = commonMiddleware;
|
||||
export default commonMiddleware;
|
||||
|
Reference in New Issue
Block a user