Skip to content

Commit

Permalink
docs: remove tRPC from label from client to server
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaslhjulstad authored Nov 16, 2024
1 parent 2c114e6 commit ee65e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/diagrams/deployment.puml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ node "Server Machine" as ServerMachine {
WebAppContainer -[#red,thickness=2]-> DockerVolume : Docker Network Bridge
}

ClientDevice -[#blue,thickness=2]-> WebAppContainer : HTTP (tRPC)
ClientDevice -[#blue,thickness=2]-> WebAppContainer : HTTP
WebAppContainer -[#green,thickness=2]-> AIDockerContainer : HTTP (REST API)

@enduml

0 comments on commit ee65e43

Please sign in to comment.