From 7c144527a9c898be8dc3714e9fffad84e6697eb0 Mon Sep 17 00:00:00 2001 From: yarbadshah <136337026+yarbadshah@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:15:03 +0500 Subject: [PATCH 1/3] feature 2 add for course --- test2.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test2.txt diff --git a/test2.txt b/test2.txt new file mode 100644 index 0000000000..69c6856f42 --- /dev/null +++ b/test2.txt @@ -0,0 +1 @@ +this feature just for course \ No newline at end of file From fe69ac1fe5181cee6df677929580c940405c5ee0 Mon Sep 17 00:00:00 2001 From: yarbadshah <136337026+yarbadshah@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:23:15 +0500 Subject: [PATCH 2/3] add another line --- test2.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test2.txt b/test2.txt index 69c6856f42..4c967f5667 100644 --- a/test2.txt +++ b/test2.txt @@ -1 +1,2 @@ -this feature just for course \ No newline at end of file +this feature just for course +add another line \ No newline at end of file From ad1f3aa24ec920ff14010dd17de787e4e4d88a86 Mon Sep 17 00:00:00 2001 From: yarbadshah <136337026+yarbadshah@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:33:35 +0500 Subject: [PATCH 3/3] addition in the code --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index e7dfa39ffd..97054c0ccb 100644 --- a/app.js +++ b/app.js @@ -30,6 +30,7 @@ var routes = require('./routes'); var routesUsers = require('./routes/users.js') // all environments +app.set('post', process.env.PORT || 3001) app.set('port', process.env.PORT || 3001); app.engine('ejs', ejsEngine); app.engine('dust', cons.dust);