diff --git a/README.md b/README.md index d7ab9e06ef16acf9777dc2220b50eb0b5701e6d9..b0cdca428db7b97a857c567557736670797d2e97 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