From 670ad3446ce5bcfa3fcd5bc16f227f3cc6511aa6 Mon Sep 17 00:00:00 2001
From: Vidya Ambadipudi <vidya.ambadipudi@geant.org>
Date: Tue, 19 Feb 2019 11:24:54 +0000
Subject: [PATCH] added new rest api and updated service port number

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d7ab9e0..b0cdca4 100755
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ The following rest endpoints are exposed by the backend
 | --- | --- | --- | --- |
 | /rest/routers/all | GET | Username and Password | Retrieves a list of all routers
 | /rest/commands/all | GET | Username and Password | Retrieves a list of all commands
+| /rest/user/getLoggedInUser | GET | - | Retrieves logged in user details
 | /submit | POST | List of selected routers, Command to be executed, Arguments if required, Display format  | Executes the query on a selected router and returns the result
 
 
@@ -43,7 +44,7 @@ java -jar target/looking-glass-service-0.0.1-SNAPSHOT.jar
 
 When the server starts, the application should be running here
 ```
-http://localhost:8080/
+http://localhost:8009/
 ```
 ## Local Setup for Angular
 
-- 
GitLab