From aaf6ff60527bbdaa4f68a327e523bb060aca7d7c Mon Sep 17 00:00:00 2001 From: imshn Date: Tue, 14 May 2024 09:46:04 +0530 Subject: [PATCH] Serverless functions --- app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.js b/app.js index 2726c90..dcb51f7 100644 --- a/app.js +++ b/app.js @@ -76,3 +76,5 @@ app.get("/*", (req, res) => { app.listen(port, () => { console.log(`Server is running on http://localhost:${port}`); }); + +module.exports = app \ No newline at end of file