Skip to content

Commit

Permalink
Serverless functions
Browse files Browse the repository at this point in the history
  • Loading branch information
imshn committed May 14, 2024
1 parent 65b0986 commit aaf6ff6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,5 @@ app.get("/*", (req, res) => {
app.listen(port, () => {
console.log(`Server is running on http://localhost:${port}`);
});

module.exports = app

0 comments on commit aaf6ff6

Please sign in to comment.