Refactor code structure for improved readability and maintainability
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user