diff --git a/doc_resources/bdd_complete.puml b/doc_resources/bdd_complete.puml index ca75126..d547620 100644 --- a/doc_resources/bdd_complete.puml +++ b/doc_resources/bdd_complete.puml @@ -20,12 +20,12 @@ circle "db set" as db_api_int circle "db API" as db_get_int circle "teams API" as teams_int -t1 --( t1_gw_int -t1_gw_int -- gw -t2 --( t2_gw_int -t2_gw_int -- gw -t_plus --( t_plus_gw_int -t_plus_gw_int -- gw +t1 -- t1_gw_int +t1_gw_int )-- gw +t2 -- t2_gw_int +t2_gw_int )-- gw +t_plus -- t_plus_gw_int +t_plus_gw_int )-- gw gw --( db_api_int db_api_int -- db