Adding GCP API gateway image

pull/636/head
ewucc 4 years ago
parent e43c860732
commit cab001a8d8

@ -8,6 +8,10 @@ class _API(_GCP):
_icon_dir = "resources/gcp/api"
class APIGateway(_API):
_icon = "api-gateway.png"
class Endpoints(_API):
_icon = "endpoints.png"

@ -20,6 +20,7 @@ Node classes list of gcp provider.
## gcp.api
- **diagrams.gcp.api.APIGateway**
- **diagrams.gcp.api.Endpoints**
## gcp.compute

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Loading…
Cancel
Save