From 6e7dd079ff0dc87b977f3d93a5a4bc09b5476db6 Mon Sep 17 00:00:00 2001 From: Manojjy <67147155+Manojjy@users.noreply.github.com> Date: Sat, 26 Sep 2020 00:54:40 +0530 Subject: [PATCH] Update k.js --- k.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k.js b/k.js index 92dbecf..e7d61c8 100644 --- a/k.js +++ b/k.js @@ -43,4 +43,4 @@ app.listen(app.get('port'), () => { console.log('info',`App is running at ${app.get('host')}:${app.get('port')}`); }); -module.exports = app; +module.exports = app;w