File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/getting-started/_common Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,16 +38,16 @@ import Mermaid from "@site/src/theme/Mermaid"
38
38
<Mermaid
39
39
chart={props.isTunnel ?
40
40
`graph LR
41
- B(Browser) -->|GET http:// localhost:4000| T(Ory Tunnel)
41
+ B(Browser) -->|GET localhost:4000| T(Ory Tunnel)
42
42
T -->|Response| B
43
43
T <-->|mirrors| API(Ory's APIs)
44
- B -->|GET http:// localhost:3000| A(Your App)
44
+ B -->|GET localhost:3000| A(Your App)
45
45
A-->|Response|B
46
46
` :
47
47
`graph LR
48
- B(Browser) -->|GET http:// localhost:4000| P(Ory Proxy)
48
+ B(Browser) -->|GET localhost:4000| P(Ory Proxy)
49
49
P <-->|mirrors at /.ory/| API(Ory's APIs)
50
- P -->|GET http:// localhost:3000| A(Your App)
50
+ P -->|GET localhost:3000| A(Your App)
51
51
A-->|Response|P
52
52
P-->|Response|B
53
53
`}
You can’t perform that action at this time.
0 commit comments