Skip to content

Commit

Permalink
Fix README port
Browse files Browse the repository at this point in the history
  • Loading branch information
rizalgowandy committed Mar 30, 2022
1 parent fb6725f commit aeaaae9
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 @@ -100,9 +100,9 @@ $ go run main.go

Browse to

- http://localhost:8998 => see server health status.
- http://localhost:8998/jobs => see the html page.
- http://localhost:8998/api/jobs => see the json response.
- http://localhost:9001 => see server health status.
- http://localhost:9001/jobs => see the html page.
- http://localhost:9001/api/jobs => see the json response.

```json
{
Expand Down

0 comments on commit aeaaae9

Please sign in to comment.