Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 5b3ba6f

Browse files
committed
fix: add url to context
1 parent 6d0facb commit 5b3ba6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ export const node =
8888
params,
8989
store: app.store,
9090
request,
91-
query
91+
query,
92+
url: path
9293
} as Context
9394

9495
for (let i = 0; i < app.event.request.length; i++) {

0 commit comments

Comments
 (0)