From 4e1767fac45e837da65318aa9442f5be5d1cbfc0 Mon Sep 17 00:00:00 2001 From: MaherMohammed Date: Tue, 12 Feb 2019 13:09:15 +0200 Subject: [PATCH] yes --- server/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/index.js b/server/index.js index 92f8d56..2651b68 100644 --- a/server/index.js +++ b/server/index.js @@ -5,7 +5,9 @@ const students = [ { id: "28-09121", name: "Omar Sherif", github_username: "osheriff", email: "omarr@whatever.com" }, { id: "21-094123", name: "Mathew White", github_username: "matheww", email: "matheww@whatever.com" }, { id: "15-10312", name: "Dom Sundle", github_username: "domss", email: "domss.whatever.com" }, - { id: "7223", name: "Gehad Ismail", github_username: "Gehad93", email: "gehad.ismail@guc.edu.eg" } + { id: "7223", name: "Gehad Ismail", github_username: "Gehad93", email: "gehad.ismail@guc.edu.eg" }, + { id: "40-18992", name: "Maher Mohammed", github_username: "MaherMohammed", email: "maherstar610@gmail.com" } + ]; app.get('/', (request, response) => {