Skip to content

Commit

Permalink
Merge pull request #358 from SaintAngeLs/dev
Browse files Browse the repository at this point in the history
#353 Hot-fix: typo in docs
  • Loading branch information
SaintAngeLs authored Aug 4, 2024
2 parents 7d6753f + 98643d5 commit 17556f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified docs/complex_system_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/services_diagram.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
# API and Gateway Services
nginx = Nginx("NGINX")
api_gateway = Container(
name="API Gateway",
technology="Spring Boot",
name="API Gateway (Entrance) ",
technology=".NET",
description="Entry point for API requests"
)
nginx >> api_gateway
Expand Down

0 comments on commit 17556f4

Please sign in to comment.