Minor fixes

This commit is contained in:
derek.holloway
2026-03-12 10:35:55 -07:00
parent 6264db6502
commit aca85ce4d8
+2 -2
View File
@@ -7,7 +7,7 @@ Overview of the directories
└── WebServer # The ASP.NET Core 9 Webserver
├── AIPython # All the AI files written in python [Copied to the docker container via the C# compiler]
├── Components # HTML pages written in .razor pages
├── Controllers # Python Interop Controllers and Database Controlelrs
├── Controllers # Python Interop Controllers and Database Controller
├── Properties # ASP.Net Properties files
└── wwwroot # Statically hosted Web Files
```
@@ -41,4 +41,4 @@ docker compose up -d
## Usage
Navigate to [Localhost:5000](http://localhost:5000).
Navigate to [localhost:5000](http://127.0.0.1:5000).