From 0820322a0e67b5b6751fd53422a7a4f194371ee7 Mon Sep 17 00:00:00 2001 From: Ravi Prasad Date: Sat, 16 May 2026 06:30:31 -0500 Subject: [PATCH] nginx --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15c8c71..cf4ef17 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A high-performance NBA statistics REST API built with Go (Fiber), PostgreSQL, an │ NGINX (reverse proxy / round-robin load balancer :8080) │ ├──────────────────────────────────────────────────────────┤ │ API Instance x3 (Fiber :5000 each) │ -│ ┌──────────┐ ┌─────────────┐ ┌───────────────────┐ │ +│ ┌──────────┐ ┌─────────────┐ ┌───────────────────┐ │ │ │ Routes │→ │ Controllers │→ │ Services (scraper) │ │ │ └──────────┘ └─────────────┘ └───────────────────┘ │ ├──────────────────────────────────────────────────────────┤