Skip to content

Commit

Permalink
fix: change url of get /datetime for gin server
Browse files Browse the repository at this point in the history
  • Loading branch information
abdahmed22 authored Jul 8, 2024
1 parent 0d96b38 commit 5e30cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This end point returns a message that has the current date and time as a JSON fo
user@user-VirtualBox:~$ ./main
```
7. Open a web browser of your choice.
8. Use http://localhost:8090/datetime for http server or http://localhost:8085/datetime for gin server to perform a request.
8. Use http://localhost:8090/datetime for http server or http://localhost:8080/datetime for gin server to perform a request.
9. Shutdown the server using ctrl + c inside the terminal.

## Tests
Expand Down

0 comments on commit 5e30cfe

Please sign in to comment.