10 lines
No EOL
176 B
Text
10 lines
No EOL
176 B
Text
@startuml
|
|
|
|
!include ./smc_components.puml
|
|
|
|
interface "HTTP" as http_interface
|
|
|
|
[smc_backend] .down. http_interface : "REST"
|
|
[rc_backend] .down. http_interface : "REST"
|
|
|
|
@enduml |