File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
dataset/koushikkothagal_spring-boot-microservices-workshop/model_variants Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ digraph dfd2{
20
20
movie_catalog_service -> ratings_data_service [label = " --restful_http--\n--load_balanced_link--\n"]
21
21
movie_catalog_service -> movie_info_service [label = " --restful_http--\n--load_balanced_link--\n"]
22
22
23
- gateway [label = "{Process: gateway | --infrastructural--\n--gateway--" shape = Mrecord];
23
+ gateway [label = "{Process: gateway | --infrastructural--\n--gateway--\n} " shape = Mrecord];
24
24
gateway -> movie_info_service [label = " --restful_http--\n"]
25
25
gateway -> ratings_data_service [label = " --restful_http--\n"]
26
26
gateway -> movie_catalog_service [label = " --restful_http--\n"]
You can’t perform that action at this time.
0 commit comments