Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix-flaky-integration-test-DemoActorReminder…
Browse files Browse the repository at this point in the history
…OnceImpl
MregXN committed Nov 21, 2023
2 parents 82c32ca + 2d41bc8 commit 4b96411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daprdocs/content/en/js-sdk-docs/js-server/_index.md
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@ myApp.get("/my-custom-endpoint", (req, res) => {
const daprServer = new DaprServer({
serverHost: "127.0.0.1", // App Host
serverPort: "50002", // App Port
serverHttp: myApp
serverHttp: myApp,
clientOptions: {
daprHost,
daprPort,

0 comments on commit 4b96411

Please sign in to comment.