Skip to content

Commit

Permalink
thread request.url to auth handler
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Mar 2, 2024
1 parent 0538b8a commit c7196b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/houdini/src/runtime/router/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function _serverHandler<ComponentType = unknown>({

// maybe its a session-related request
const authResponse = await handle_request({
url,
url: request.url,
config: config_file,
session_keys,
headers: request.headers,
Expand Down

0 comments on commit c7196b5

Please sign in to comment.