mirror of https://github.com/dapr/quickstarts.git
Merge pull request #1002 from contributor/js-pub-sub-fix
add missing body-parser package to js pub_sub order-processor
This commit is contained in:
commit
2b76c6a9e9
|
@ -12,6 +12,7 @@
|
|||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"express": "^4.17.2"
|
||||
"express": "^4.17.2",
|
||||
"body-parser": "^1.19.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue