Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add params
  • Loading branch information
lxsmnsyc committed Jul 1, 2020
1 parent ad89803 commit 8aaa1ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/http/index.ts
Expand Up @@ -85,6 +85,7 @@ export default function runHTTP(config: Partial<HTTPConfig> = {}): http.Server |
request,
response,
state: {},
params: {},
},
).catch(() => {
// handle error
Expand Down

0 comments on commit 8aaa1ff

Please sign in to comment.