Skip to content

Commit

Permalink
Fixed markdown code in howto-invoke-non-dapr-endpoints.md
Browse files Browse the repository at this point in the history
Signed-off-by: Andrii Lundiak <[email protected]>
  • Loading branch information
alundiak authored May 20, 2024
1 parent e2ea14d commit de1730c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ There are two ways to invoke a non-Dapr endpoint when communicating either to Da
```

### Using appId when calling Dapr enabled applications
AppIDs are always used to call Dapr applications with the `appID` and `my-method``. Read the [How-To: Invoke services using HTTP]({{< ref howto-invoke-discover-services.md >}}) guide for more information. For example:
AppIDs are always used to call Dapr applications with the `appID` and `my-method`. Read the [How-To: Invoke services using HTTP]({{< ref howto-invoke-discover-services.md >}}) guide for more information. For example:

```sh
localhost:3500/v1.0/invoke/<appID>/method/<my-method>
Expand Down

0 comments on commit de1730c

Please sign in to comment.