diff --git a/server/index.js b/server/index.js index 92f8d56..2fe0dbb 100644 --- a/server/index.js +++ b/server/index.js @@ -2,7 +2,7 @@ const express = require('express'); const app = express(); const students = [ - { id: "28-09121", name: "Omar Sherif", github_username: "osheriff", email: "omarr@whatever.com" }, + { id: "40-15477", name: "mahmoud hashem", github_username: "osheriff", email: "mahmoud.hashem.student.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" }