diff --git a/README.md b/README.md index ddbfac9..8e5b62c 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,7 @@ curl -s "https://.azurewebsites.net/api/users" \ ```json {"message": "Hello Alice", "status": "success"} ``` + Invalid requests return the same `400` error in both environments: #### Local