Browse Source

chore: run prettier

pull/2333/head^2
nprimo 12 months ago committed by MSilva95
parent
commit
1e463520be
  1. 3
      subjects/devops/crud-master-py/audit/README.md

3
subjects/devops/crud-master-py/audit/README.md

@ -25,6 +25,7 @@
#### Inventory API Endpoints
##### Open Postman and make a `POST` request to `http://[GATEWAY_IP]:[GATEWAY_PORT]/api/movies/` address with the following body as `Content-Type: application/json`:
```json
{
"title": "A new movie",
@ -55,6 +56,7 @@
#### Billing API Endpoints
##### Open Postman and make a `POST` request to `http://[GATEWAY_IP]:[GATEWAY_PORT]/api/billing/` address with the following body as `Content-Type: application/json`:
```json
{
"user_id": "20",
@ -70,6 +72,7 @@
###### Can you confirm the `billing_app` API was correctly stopped?
##### Open Postman and make a `POST` request to `http://[GATEWAY_IP]:[GATEWAY_PORT]/api/billing/` address with the following body as `Content-Type: application/json`:
```json
{
"user_id": "22",

Loading…
Cancel
Save