We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701a80b commit c3c2987Copy full SHA for c3c2987
README.md
@@ -30,9 +30,9 @@
30
graph LR
31
client["Clients (Web / Mobile / Server)"] --> routerCore["Router Core"]
32
33
- subgraph routerBox["Cosmo Router"]
+ subgraph routerBox["Cosmo Router (API Gateway)"]
34
routerCore
35
- plugin["(Router Plugin)<br/><br/>✓ Users Service<br/>Implementation"]
+ plugin["✓ Users Service (Plugin)<br/>Implementation"]
36
routerCore -->|gRPC| plugin
37
end
38
0 commit comments