Skip to content

Commit 2d41bc8

Browse files
fyzactshubham1172
andauthored
Update _index.md (#552)
* Update _index.md fix how define dapr server to it can work directly when you copy Signed-off-by: Feyyaz Acet <[email protected]> * Update daprdocs/content/en/js-sdk-docs/js-server/_index.md Signed-off-by: Shubham Sharma <[email protected]> --------- Signed-off-by: Feyyaz Acet <[email protected]> Signed-off-by: Shubham Sharma <[email protected]> Co-authored-by: Shubham Sharma <[email protected]>
1 parent 66d4bd0 commit 2d41bc8

File tree

1 file changed

+1
-1
lines changed
  • daprdocs/content/en/js-sdk-docs/js-server

1 file changed

+1
-1
lines changed

daprdocs/content/en/js-sdk-docs/js-server/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ myApp.get("/my-custom-endpoint", (req, res) => {
110110
const daprServer = new DaprServer({
111111
serverHost: "127.0.0.1", // App Host
112112
serverPort: "50002", // App Port
113-
serverHttp: myApp
113+
serverHttp: myApp,
114114
clientOptions: {
115115
daprHost,
116116
daprPort,

0 commit comments

Comments
 (0)