Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
Signed-off-by: viveksahu26 <vivekkumarsahu650@gmail.com>
  • Loading branch information
viveksahu26 committed Sep 15, 2022
1 parent ce64b51 commit 5fd95ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ The advantage of saving Short URL and Long URL in the file is to retrieved that

Enter your URL after *http://localhost:8080/sort-url?longURL=*

And let's say your Long URL: *http://google.com/1346461234567890123456789/get/vivekkumarsahu*
And let's say your Long URL: *http://google.com/1346461234567890123456789/get/viveksahu26*

Finally you complete URL in the browser will look like:

http://localhost:8080/enterLongURL?longURL=http://google.com/1346461234567890123456789/get/vivekkumarsahu
http://localhost:8080/short-url?longURL=http://google.com/1346461234567890123456789/get/viveksahu26

3) You will get output

```
{"originalURL":"http://google.com/1346461234567890123456789/get/vivekkumarsahu","shortURL":"http://localhost:8080/RpP^goh8"}
{"originalURL":"http://google.com/1346461234567890123456789/get/viveksahu26","shortURL":"http://localhost:8080/xtNFxaBwCG"}
```

0 comments on commit 5fd95ea

Please sign in to comment.