forked from cadence/out-of-your-element
Update dependencies
This commit is contained in:
parent
8e0c15476c
commit
b6e12044a8
3 changed files with 55 additions and 105 deletions
|
@ -68,6 +68,7 @@ class Router {
|
|||
}
|
||||
|
||||
return this.routes.get(key)(Object.assign(event, {
|
||||
__is_event__: true,
|
||||
method: method.toUpperCase(),
|
||||
path: `${url.pathname}${url.search}`,
|
||||
_requestBody: options.body,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue