Add API endpoint to kill process and update README

This commit is contained in:
Din VM
2025-01-25 12:58:13 +08:00
parent a2ea577efb
commit e19e1e0137
20 changed files with 72 additions and 10 deletions
+6 -1
View File
@@ -4,4 +4,9 @@ dotnet run
git add .
git commit -m "Add steam running games"
git push origin master
dotnet publish -c Release -o ./publish
dotnet publish -c Release -o ./publish
curl -X POST "http://<your-service-hostname-or-IP>:<port>/api/kill-process?id=<PID>"