Skip to content

Commit

Permalink
fix the status code in the 1st Demonstration
Browse files Browse the repository at this point in the history
The status code is not updated in the lua script so it should remain 401.
  • Loading branch information
xibuka authored Dec 18, 2024
1 parent 5bdab92 commit f85599a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_hub/kong-inc/exit-transformer/overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ response in the following step:
Response:
```json
HTTP/1.1 200 OK
HTTP/1.1 401 Unauthorized
...
X-Some-Header: some value
{
Expand Down

0 comments on commit f85599a

Please sign in to comment.