10 lines
No EOL
217 B
Text
10 lines
No EOL
217 B
Text
@startuml
|
|
|
|
!include ./smc_components_base.puml
|
|
|
|
interface "HTTP" as http_interface
|
|
|
|
[smc_backend] .down[#red,thickness=2]. http_interface : "REST"
|
|
[rc_backend] .down[#red,thickness=2]. http_interface : "REST"
|
|
|
|
@enduml |