From c1ac9746d7bfdc9fee5d995b28cdb712b08269ec Mon Sep 17 00:00:00 2001 From: jannaelghabaty <47300603+jannaelghabaty@users.noreply.github.com> Date: Thu, 14 Feb 2019 22:52:40 +0200 Subject: [PATCH] Update index.js --- server/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/index.js b/server/index.js index 92f8d56..30d16ee 100644 --- a/server/index.js +++ b/server/index.js @@ -5,6 +5,7 @@ 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: "40-1773", name: "Janna Elghabaty", github_username: "jannaelghabaty", email: "janna.elghabaty@gmail.com" }, { id: "7223", name: "Gehad Ismail", github_username: "Gehad93", email: "gehad.ismail@guc.edu.eg" } ]; @@ -34,4 +35,4 @@ app.get('/api/students/:id', (request, response) => { }); const port = 3000; -app.listen(port, () => console.log(`Listening on port ${port}`)); \ No newline at end of file +app.listen(port, () => console.log(`Listening on port ${port}`));