diff --git a/examples/token-auth/routes.js b/examples/token-auth/routes.js index 3b743442c..7daaa9f4c 100644 --- a/examples/token-auth/routes.js +++ b/examples/token-auth/routes.js @@ -25,7 +25,7 @@ export default new Router() { response: { set_response_body: - "

403 - Access Denied

Your request requires a valid token to proceed. Please append it to the URL and try again.

Return to the Token Auth landing page.

", + "

403 - Access Denied

Your request requires a valid token to proceed. Please append it to the URL and try again.

Return to the Token Auth landing page.

", set_status_code: 403 }, }