Refactor code structure for improved readability and maintainability

This commit is contained in:
Din
2025-08-08 12:26:54 +08:00
parent eceec1b72d
commit bb7c4c3d0e
11 changed files with 77 additions and 40 deletions
+3 -3
View File
@@ -6,8 +6,8 @@ echo.
echo This service will monitor your VM's resources and provide a REST API
echo for remote monitoring from your Unraid server.
echo.
echo Service will be available at: http://localhost:5000
echo API Documentation: http://localhost:5000/api/health
echo Service will be available at: http://localhost:24142
echo API Documentation: http://localhost:24142/api/health
echo.
echo Press Ctrl+C to stop the service
echo.
@@ -34,7 +34,7 @@ if errorlevel 1 (
)
echo.
echo Starting service on http://localhost:5000
echo Starting service on http://localhost:24142
echo.
dotnet run --configuration Release