mirror of https://github.com/dapr/docs.git
typo daprPort -> daprPor (#615)
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
This commit is contained in:
parent
2ee49a6a3f
commit
ae31fada77
|
@ -121,7 +121,7 @@ This endpoint lets you get the state for a specific key.
|
||||||
### HTTP Request
|
### HTTP Request
|
||||||
|
|
||||||
```http
|
```http
|
||||||
GET http://localhost:<daprPor>/v1.0/state/<storename>/<key>
|
GET http://localhost:<daprPort>/v1.0/state/<storename>/<key>
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue