Skip to content

Commit

Permalink
Add Note for curl command on Windows OS.
Browse files Browse the repository at this point in the history
  • Loading branch information
StarKhan6368 committed Jul 31, 2024
1 parent dfc74b2 commit 57f7300
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ This will start the springboot BFF server

## Test if everything is working

Note: For Windows OS, add `.exe` extension to curl command on PowerShell or use `cmd.exe` instead.

```shell
curl -H "pageSize: 10" "http://localhost:8080/findAvailableProducts"
```
Expand Down

0 comments on commit 57f7300

Please sign in to comment.