Minor fixes
This commit is contained in:
@@ -7,7 +7,7 @@ Overview of the directories
|
|||||||
└── WebServer # The ASP.NET Core 9 Webserver
|
└── WebServer # The ASP.NET Core 9 Webserver
|
||||||
├── AIPython # All the AI files written in python [Copied to the docker container via the C# compiler]
|
├── AIPython # All the AI files written in python [Copied to the docker container via the C# compiler]
|
||||||
├── Components # HTML pages written in .razor pages
|
├── 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
|
├── Properties # ASP.Net Properties files
|
||||||
└── wwwroot # Statically hosted Web Files
|
└── wwwroot # Statically hosted Web Files
|
||||||
```
|
```
|
||||||
@@ -41,4 +41,4 @@ docker compose up -d
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Navigate to [Localhost:5000](http://localhost:5000).
|
Navigate to [localhost:5000](http://127.0.0.1:5000).
|
||||||
Reference in New Issue
Block a user