Skip to content

Commit

Permalink
changed gateway to concrete push provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ichderjens committed Nov 16, 2023
1 parent 9b407fc commit 41b975a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Rel(tim, push, "")
AddBoundaryTag(push, #LightGray, $legendText=Anbieter von Smartphone Betriebssystemen, $borderColor=#Black)
AddContainerTag(pd, #Gray, $legendText=Push-Dienste)
Container_Boundary(pp, "", $tags=push) {
Container(fcm, "Push-Gateway", "Push Dienst von Google", $tags=pd, $sprite=android)
Container(apn, "Push-Gateway", "Push Dienst von Apple", $tags=pd, $sprite=apple_original)
Container(fcm, "FCM", "Push Dienst von Google", $tags=pd, $sprite=android)
Container(apn, "APN", "Push Dienst von Apple", $tags=pd, $sprite=apple_original)
}
Rel(push, fcm, "")
Rel(push, apn, "")
Expand Down

0 comments on commit 41b975a

Please sign in to comment.