Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ Your API is now running at `http://localhost:8080`

**Try it out:**
```bash
curl http://localhost:8080/api/v1/healthz
curl http://localhost:8080/api/v1/orders
curl http://localhost:8080/healthz
curl http://localhost:8080/ecommerce/v1/orders
```

## 📟 Available Commands
Expand Down