From 16808cf003fc82c0ba38a83ad932e23af139cb37 Mon Sep 17 00:00:00 2001
From: itsmokie <36439474+itsmokie@users.noreply.github.com>
Date: Thu, 15 Feb 2018 11:55:50 +0530
Subject: [PATCH 1/4] [imad-console] Updates ui/index.html
---
ui/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/index.html b/ui/index.html
index 5a28644db45..98fc8def337 100644
--- a/ui/index.html
+++ b/ui/index.html
@@ -9,7 +9,7 @@
- Hi! I am your webapp.
+ Hi! this is mohan!! welcome to my webapp.
From 0dda5eb3b8cebc52ab7cc825fb91e71df3024ff3 Mon Sep 17 00:00:00 2001
From: itsmokie <36439474+itsmokie@users.noreply.github.com>
Date: Thu, 1 Mar 2018 14:52:12 +0530
Subject: [PATCH 2/4] [imad-console] Updates server.js
---
server.js | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/server.js b/server.js
index 2e386d0b041..b2a96bcea63 100644
--- a/server.js
+++ b/server.js
@@ -12,7 +12,15 @@ app.get('/', function (req, res) {
app.get('/ui/style.css', function (req, res) {
res.sendFile(path.join(__dirname, 'ui', 'style.css'));
});
-
+app.get('/article-one', function(req,res){
+res.send('Article one will be served');
+});
+app.get('/article-two', function(req,res){
+res.send('Article two will be served');
+});
+app.get('/article-three', function(req,res){
+res.send('Article three will be served');
+});
app.get('/ui/madi.png', function (req, res) {
res.sendFile(path.join(__dirname, 'ui', 'madi.png'));
});
From af5246b779e78fb6a6579f8bbf78339f35a1c891 Mon Sep 17 00:00:00 2001
From: itsmokie <36439474+itsmokie@users.noreply.github.com>
Date: Sun, 4 Mar 2018 10:20:57 +0530
Subject: [PATCH 3/4] [imad-console] Updates ui/index.html
---
ui/index.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ui/index.html b/ui/index.html
index 98fc8def337..ffefef93f79 100644
--- a/ui/index.html
+++ b/ui/index.html
@@ -11,6 +11,9 @@
Hi! this is mohan!! welcome to my webapp.
+