Skip to content

Commit 3b9753f

Browse files
author
Gal Bashan
committed
[main] Adding serverless offline
1 parent 1c58cc4 commit 3b9753f

File tree

4 files changed

+1983
-194
lines changed

4 files changed

+1983
-194
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ app.get('/digest/:city', async (req, res) => {
3737
app.use('*', (req, res) => {
3838
res.status(404).send('Not Found');
3939
})
40-
app.listen(3000, () => console.log('App is now online at port 3000'));
40+
//app.listen(3000, () => console.log('App is now online at port 3000'));
4141

4242
module.exports.handler = slshttp(app)
4343

0 commit comments

Comments
 (0)