Skip to content
Snippets Groups Projects
Commit ba4bddd4 authored by albrecht's avatar albrecht
Browse files

fixed readme

parent 9f64fecf
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ curl --location --request POST 'localhost:8080/shoppingcart/pay' \
```
### Testing the API-Calls
Because of the frequent specification of the JWT token, API calls with CURL can be bothersome. Therefore a postman collection can be imported with the file `go-mazon.postman_collection`. Import this to your Postman for more comfortable tests.
Because of the frequent specification of the JWT token, API calls with CURL can be bothersome. Therefore a postman collection can be imported with the file `go-mazon.postman_collection.json`. Import this to your Postman for more comfortable tests.
## Troubleshooting
If Docker doesn't detect a specific file, check if in VS-Code all Docker-related files has LF (Line Feed) and not CRLF (Carriage Return).
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment