From 1c880962f38cbf9099ae853b26a9e19834d65abd Mon Sep 17 00:00:00 2001 From: DareenAttallah Date: Wed, 20 Feb 2019 17:52:15 +0200 Subject: [PATCH] New Index --- server/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/index.js b/server/index.js index 92f8d56..1af52f2 100644 --- a/server/index.js +++ b/server/index.js @@ -5,7 +5,8 @@ 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-5855", name: "Dareen Attallah", github_username: "DareenAttallah", email: "dareen.attallah@student.guc.edu.eg" } ]; app.get('/', (request, response) => {