Skip to content

Commit e99c25e

Browse files
committed
fix readme cmd
1 parent 61996c9 commit e99c25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/backend-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ curl --location "${APIG_STAGE}/v1/routing-configuration/${ROUTING_CONFIG_ID}" \
147147
### GET - /v1/routing-configurations - List routing configurations
148148
149149
```bash
150-
curl --location "${APIG_STAGE}/v1/routing-configurations \
150+
curl --location "${APIG_STAGE}/v1/routing-configurations" \
151151
--header 'Accept: application/json' \
152152
--header "Authorization: $SANDBOX_TOKEN"
153153
```

0 commit comments

Comments
 (0)