Skip to content

Commit

Permalink
Fixed relative link
Browse files Browse the repository at this point in the history
  • Loading branch information
jsernaque committed Aug 9, 2024
1 parent 09fef0d commit c8f3c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/token-auth/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default new Router()
{
response: {
set_response_body:
"<h1>403 - Access Denied</h1><p>Your request requires a valid token to proceed. Please append it to the URL and try again.</p><p><a href="./secure">Return to the Token Auth landing page.</a></p>",
"<h1>403 - Access Denied</h1><p>Your request requires a valid token to proceed. Please append it to the URL and try again.</p><p><a href="/secure">Return to the Token Auth landing page.</a></p>",
set_status_code: 403
},
}
Expand Down

0 comments on commit c8f3c32

Please sign in to comment.