@@ -52,16 +52,18 @@ flowchart LR
5252 subgraph PRODUCTION["PRODUCTION"]
5353 direction LR
5454 DevServer[(".NET PROJECT<br>(localhost:5001)")]
55- Endpoints(".NET Endpoint Routing")
5655 Identity("ASP.NET Core Identity<br>Razor Pages")
56+ Endpoints(".NET Endpoint Routing")
5757 StaticFiles[/"/wwwroot<br>Serves static files<br>(HTML, CSS, JS)"/]
5858 end
5959 DevServer -- /Identity/* --> Identity
6060 DevServer -- /* --> Endpoints
6161 DevServer <-- /* Static Files --> StaticFiles
6262
63- DevServer:::netHost
64- StaticFiles:::static
63+ DevServer:::netHost
64+ Identity:::static
65+ Endpoints:::static
66+ StaticFiles:::static
6567
6668 classDef netHost fill:#dbeafe,stroke:#1e3a8a,stroke-width:2px,color:#1e3a8a
6769 classDef nextApp fill:#f3e8ff,stroke:#6b21a8,stroke-width:2px,color:#6b21a8
@@ -121,16 +123,18 @@ flowchart LR
121123 subgraph PRODUCTION["PRODUCTION"]
122124 direction LR
123125 DevServer[(".NET PROJECT<br>(localhost:5001)")]
124- Endpoints(".NET Endpoint Routing")
125126 Identity("ASP.NET Core Identity<br>Razor Pages")
127+ Endpoints(".NET Endpoint Routing")
126128 StaticFiles[/"/wwwroot<br>Serves static files<br>(HTML, CSS, JS)"/]
127129 end
128130 DevServer -- /Identity/* --> Identity
129131 DevServer -- /* --> Endpoints
130132 DevServer <-- /* Static Files --> StaticFiles
131133
132- DevServer:::netHost
133- StaticFiles:::static
134+ DevServer:::netHost
135+ Identity:::static
136+ Endpoints:::static
137+ StaticFiles:::static
134138
135139 classDef netHost fill:#dbeafe,stroke:#1e3a8a,stroke-width:2px,color:#1e3a8a
136140 classDef nextApp fill:#f3e8ff,stroke:#6b21a8,stroke-width:2px,color:#6b21a8
0 commit comments